Click or drag to resize
CDBiIsChanValid Method
This method checks to see if the channel handle is a valid channel.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public int iIsChanValid(
	int chan
)

Parameters

chan
Type: SystemInt32
Channel handle to check

Return Value

Type: Int32
0 - Not a valid channel 1 - Valid
See Also