Click or drag to resize
CDBiGetChanFormat Method
This method Gets a channel's display format 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 returned format is one of the DB_CHAN_FORMATConstant. The channel must be locked DB_LOCK_READONLY or DB_LOCK_READWRITE
Syntax
public int iGetChanFormat(
	int i1
)

Parameters

i1
Type: SystemInt32
Channel handle

Return Value

Type: Int32
Channel display format
See Also