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

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
Use ITR_NULLConstant to clear the channel ITR. Channel must be locked for READONLY or READWRITE.
Syntax
public void SetITR(
	int i1,
	CITR oITR2
)

Parameters

i1
Type: SystemInt32
channel
oITR2
Type: GeoEngine.Core.GXNetCITR
ITR to fill in
See Also