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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Value to set must be either DB_CHAN_PROTECTED or DB_CHAN_UNPROTECTED The channel must be locked DB_LOCK_READWRITE
Syntax
public void SetChanProtect(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Channel handle
i2
Type: SystemInt32
See DB_CHAN_PROTECTIONConstant
See Also