Click or drag to resize
CDBSetAllChanProtect Method
This method sets all the channels' read-only protection status.

Available since Oasis montaj version: 7.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 This method does its own channel locking/unlocking. Channels already lock DB_LOCK_READONLY are ignored.
Syntax
public void SetAllChanProtect(
	int i1
)

Parameters

i1
Type: SystemInt32
See DB_CHAN_PROTECTIONConstant
See Also