Click or drag to resize
CDBGenValidChanSymb Method (CGXNETCore, String, String)
Generate a valid channel name from a name candidate

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void GenValidChanSymb(
	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