Click or drag to resize
CDBiIsChanName Method
Is this a valid channel name?

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Channel names must only contain alpha-numeric characters or the underscore character "_", and the first letter must be a letter or an underscore.
Syntax
public static int iIsChanName(
	CGXNETCore gxNetShared,
	string chan
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
chan
Type: SystemString
Name to test

Return Value

Type: Int32
1 if it is a valid channel name 0 if it is not a valid channel name
See Also