Click or drag to resize
CMVUiExportableDXF3DGroupsLST Method
Return a LST of groups you can export using sExportDXF3D_MVU.

Available since Oasis montaj version: 7.1.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Returns a list of visible groups that the DXF 3D export can export. Removes things like VOXD, AGG, and target groups starting with "Dh", which are typically plotted in 3D views on a reference plan oriented toward the user, and thus not exportable.
Syntax
public static int iExportableDXF3DGroupsLST(
	CMVIEW oMVIEW1,
	CLST oLST2
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oLST2
Type: GeoEngine.Core.GXNetCLST
LST with group names in the name part of the LST.

Return Value

Type: Int32
The number of groups in the LST.
See Also