Click or drag to resize
CDBGenValidLineSymb Method (CGXNETCore, String, String)
Generate a valid line symb name string from given string.

Available since Oasis montaj version: 6.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The returned name is either the same size as the input or shorter. Escapes, leading and trailing spaces are removed, then all illegal characters are replaced with an underscore.
Syntax
public static void GenValidLineSymb(
	CGXNETCore gxNetShared,
	string str_in,
	ref string str_out
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_in
Type: SystemString
Input string
str_out
Type: SystemString
Outout string
See Also