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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iIsChanValid(
	int i1
)

Parameters

i1
Type: SystemInt32
Channel handle to check

Return Value

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