Click or drag to resize
CDBGetITR Method
Get 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
If a channel does not have an ITR, GetITR_DB will not change the passed ITR. Channel must be locked for READONLY or READWRITE.
Syntax
public void GetITR(
	int i1,
	CITR oITR2
)

Parameters

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