 | CARCMAP.ExportFeatureLayerByNameTo3DFile Method |
Exports the shapes from a feature layer of the ArcMap document to a 3D File.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportFeatureLayerByNameTo3DFile(
string mxd_file,
string dataframe_name,
string layer_name,
string output_file
)
public static void ExportFeatureLayerByNameTo3DFile(
string mxd_file,
string dataframe_name,
string layer_name,
string output_file
)
Public Shared Sub ExportFeatureLayerByNameTo3DFile (
mxd_file As String,
dataframe_name As String,
layer_name As String,
output_file As String
)
Public Shared Sub ExportFeatureLayerByNameTo3DFile (
mxd_file As String,
dataframe_name As String,
layer_name As String,
output_file As String
)
public:
static void ExportFeatureLayerByNameTo3DFile(
String^ mxd_file,
String^ dataframe_name,
String^ layer_name,
String^ output_file
)
public:
static void ExportFeatureLayerByNameTo3DFile(
String^ mxd_file,
String^ dataframe_name,
String^ layer_name,
String^ output_file
)
static member ExportFeatureLayerByNameTo3DFile :
mxd_file : string *
dataframe_name : string *
layer_name : string *
output_file : string -> unit
static member ExportFeatureLayerByNameTo3DFile :
mxd_file : string *
dataframe_name : string *
layer_name : string *
output_file : string -> unit
Parameters
- mxd_file
- Type: System.String
MXD filename - dataframe_name
- Type: System.String
Dataframe name - layer_name
- Type: System.String
Layer name - output_file
- Type: System.String
Output file name
See Also