Click or drag to resize

CMVUExportDXF3D Method

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

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

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

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.
wa
Type: GeoEngine.Core.GXNetXCWA
DXF file to export
Remarks
Supported objects exported include lines, polygons, text.
See Also