Click or drag to resize

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
Syntax
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
)

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