Click or drag to resize

CAGGGetLayerITR Method

Get the ITR of a layer

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetLayerITR(
	int layer,
	CITR itr
)

public void GetLayerITR(
	int layer,
	CITR itr
)

Parameters

layer
Type: SystemInt32
Layer number
itr
Type: GeoEngine.Core.GXNetXCITR
Remarks
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.
See Also