Click or drag to resize

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
Syntax
public void ViewList(
	CLST lst
)

public void ViewList(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List to hold the views. View names may be up to 2080 characters in length.
See Also