Click or drag to resize

CMVUExportDXF3D Method

Export selected map groups in a map view to an AutoCAD 3D DXF file.

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

public static void ExportDXF3D(
	CMVIEW mview,
	CLST lst,
	CWA wa
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
lst
Type: GeoEngine.Core.GXNetCLST
LST with group names in the name part of the LST.
wa
Type: GeoEngine.Core.GXNetCWA
DXF file to export
Remarks
Supported objects exported include lines, polygons, text.
See Also