Click or drag to resize
CDBGetITR Method
Get 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
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 ch,
	CITR itr
)

Parameters

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