Click or drag to resize
CAGGGetLayerITR Method
Get the ITR of a layer

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
Layers are numbered from 0, consecutively in the order they are placed in the aggregate. An error will occur if the layer does not exist. Caller must create/destroy ITR.
Syntax
public void GetLayerITR(
	int layer,
	CITR itr
)

Parameters

layer
Type: SystemInt32
Layer number
itr
Type: GeoEngine.Core.GXNetXCITR
See Also