Click or drag to resize

CMAPAGGList Method

Get a list of all aggregates in this map.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AGGList(
	CLST lst,
	int optn
)

public void AGGList(
	CLST lst,
	int optn
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List to hold the views (allow up to 96 characters)
optn
Type: SystemInt32
0 - view/agg only 1 - view/agg/layer
Remarks
List items are returned as view/agg/layer. The layer name is optional
See Also