Click or drag to resize

CMVUiExportableDXF3DGroupsLST Method

Return a LST of groups you can export using sExportDXF3D_MVU.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iExportableDXF3DGroupsLST(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CLST lst
)

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.
Remarks
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.
See Also