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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
lst
Type: GeoEngine.Core.GXNetXCLST
LST with group names in the name part of the LST.

Return Value

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