Click or drag to resize
CDBiGetChanType Method
This method Gets a channel's type for a given channel handle.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The type returned is one of the DB_CATEGORY_CHANConstant. Use the GS_SIMPLE_TYPE() macro to convert to INT,REAL or string types. The channel must be locked DB_LOCK_READONLY or DB_LOCK_READWRITE
Syntax
public int iGetChanType(
	int i1
)

Parameters

i1
Type: SystemInt32
Channel handle

Return Value

Type: Int32
Channel type
See Also