Click or drag to resize

CMVUiExportableDXF3DGroupsLST Method

Return a LST of groups you can export using sExportDXF3D_MVU.

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

public static int iExportableDXF3DGroupsLST(
	CMVIEW mview,
	CLST lst
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
lst
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.
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