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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Value to set must be either <define>DB_CHAN_PROTECTED</define> or <define>DB_CHAN_UNPROTECTED</define> This method does its own channel locking/unlocking. Channels already lock <define>DB_LOCK_READONLY</define> are ignored.
Syntax
public void SetAllChanProtect(
	int prot
)

Parameters

prot
Type: SystemInt32
<define>DB_CHAN_PROTECTION</define>
See Also