 | CMAPViewList Method |
Get a list of all views in this map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ViewList(
CLST lst
)
public void ViewList(
CLST lst
)
Public Sub ViewList (
lst As CLST
)
Public Sub ViewList (
lst As CLST
)
public:
void ViewList(
CLST^ lst
)
public:
void ViewList(
CLST^ lst
)
member ViewList :
lst : CLST -> unit
member ViewList :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
List to hold the views. View names may be up to 2080 characters in length.
See Also