Click or drag to resize

CMAPGroupList Method

Get a list of all views/groups in this map.

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

public void GroupList(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List to hold the view/groups. Names may be up to 2080 characters in length.
Remarks
Returns all groups in the form "ViewName\GroupName" To get a LST of groups in a specific map view, use the iListGroups_MVIEW function.
See Also