Click or drag to resize
CMVUExportDXF3D Method
Export selected map groups in a map view to an AutoCAD 3D DXF file.

Available since Oasis montaj version: 6.2.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Supported objects exported include lines, polygons, text.
Syntax
public static void ExportDXF3D(
	CMVIEW oMVIEW1,
	CLST oLST2,
	CWA oWA3
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oLST2
Type: GeoEngine.Core.GXNetCLST
LST with group names in the name part of the LST.
oWA3
Type: GeoEngine.Core.GXNetCWA
DXF file to export
See Also