Click or drag to resize
CDBiGetChanProtect Method
This method gets a channel's read-only protection status.

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 channel must be locked DB_LOCK_READONLY or DB_LOCK_READWRITE
Syntax
public int iGetChanProtect(
	int i1
)

Parameters

i1
Type: SystemInt32
Channel handle

Return Value

Type: Int32
See DB_CHAN_PROTECTIONConstant
See Also