Click or drag to resize

CMVIEWListPlaneGroups Method

List all groups in a specific plane of a 3D view

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

public void ListPlaneGroups(
	int plane,
	CLST lst
)

Parameters

plane
Type: SystemInt32
Plane number
lst
Type: GeoEngine.Core.GXNetXCLST
List of plane names and numbers
Remarks
The group names are placed in the list names, group numbers are placed in the list values. Groups are added to the end of the LST.
See Also