Click or drag to resize
CDBSetITR Method
Set ITR for a channel.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Use <define>ITR_NULL</define> to clear the channel ITR. Channel must be locked for READONLY or READWRITE.
Syntax
public void SetITR(
	int ch,
	CITR itr
)

Parameters

ch
Type: SystemInt32
Channel
itr
Type: GeoEngine.Core.GXNetXCITR
ITR to fill in
See Also