 | 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
Syntaxpublic void GroupList(
CLST lst
)
public void GroupList(
CLST lst
)
Public Sub GroupList (
lst As CLST
)
Public Sub GroupList (
lst As CLST
)
public:
void GroupList(
CLST^ lst
)
public:
void GroupList(
CLST^ lst
)
member GroupList :
lst : CLST -> unit
member GroupList :
lst : CLST -> unit
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