Click or drag to resize
CMAPGroupList Method
Get a list of all views/groups 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
Returns all groups in the form "ViewName\GroupName" To get a LST of groups in a specific map view, use the iListGroups_MVIEW function.
Syntax
public void GroupList(
	CLST oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
list to hold the view/groups. Names may be up to 2080 characters in length.
See Also