Click or drag to resize
CMAPAGGListEx Method
Get a list of aggregates in this map based on a mode

Available since Oasis montaj version: 5.1.2
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 AGGListEx(
	CLST oLST1,
	int i2,
	int i3
)

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
i3
Type: SystemInt32
See MAP_LIST_MODEConstant
See Also