Click or drag to resize

CMVIEWListPlanes Method

List all planes in a 3D view

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ListPlanes(
	CLST lst
)

public void ListPlanes(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
List of plane names and numbers
Remarks
The plane names are placed in the list names, plane numbers are placed in the list values. Planes are added to the end of the LST.
See Also