Click or drag to resize

CARCMAPExportSelectedFeatureLayerTo3DFile Method

Exports the shapes from the currently selected feature layer (if any) in ArcMap to a 3D file (only on oriented frames i.e. sections).

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportSelectedFeatureLayerTo3DFile(
	string output_file
)

public static void ExportSelectedFeatureLayerTo3DFile(
	string output_file
)

Parameters

output_file
Type: SystemString
Output file name
See Also