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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The channel must be locked <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
Syntax
public int iGetChanProtect(
	int chan
)

Parameters

chan
Type: SystemInt32
Channel handle

Return Value

Type: Int32
<define>DB_CHAN_PROTECTION</define>
See Also