Click or drag to resize
CMAPAGGList Method
Get a list of all aggregates in this map.

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
List items are returned as view/agg/layer. The layer name is optional
Syntax
public void AGGList(
	CLST oLST1,
	int i2
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
list to hold the views (allow up to 96 characters)
i2
Type: SystemInt32
0 - view/agg only 1 - view/agg/layer
See Also