Click or drag to resize
CMVIEWListPlaneGroups Method
List all groups in a specific plane of a 3D view

Available since Oasis montaj version: 5.1.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void ListPlaneGroups(
	int i1,
	CLST oLST2
)

Parameters

i1
Type: SystemInt32
plane number
oLST2
Type: GeoEngine.Core.GXNetCLST
List of plane names and numbers
See Also