 | 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
Syntaxpublic static void ExportDXF3D(
CMVIEW mview,
CLST lst,
CWA wa
)
public static void ExportDXF3D(
CMVIEW mview,
CLST lst,
CWA wa
)
Public Shared Sub ExportDXF3D (
mview As CMVIEW,
lst As CLST,
wa As CWA
)
Public Shared Sub ExportDXF3D (
mview As CMVIEW,
lst As CLST,
wa As CWA
)
public:
static void ExportDXF3D(
CMVIEW^ mview,
CLST^ lst,
CWA^ wa
)
public:
static void ExportDXF3D(
CMVIEW^ mview,
CLST^ lst,
CWA^ wa
)
static member ExportDXF3D :
mview : CMVIEW *
lst : CLST *
wa : CWA -> unit
static member ExportDXF3D :
mview : CMVIEW *
lst : CLST *
wa : CWA -> unit
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
RemarksSupported objects exported include lines, polygons, text.
See Also