Click or drag to resize
CAGGSetLayerITR Method
Set the ITR of a layer

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
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 SetLayerITR(
	int i1,
	CITR oITR2
)

Parameters

i1
Type: SystemInt32
layer number
oITR2
Type: GeoEngine.Core.GXNetCITR
ITR
See Also