 | 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
Syntaxpublic static void ExportSelectedFeatureLayerTo3DFile(
string output_file
)
public static void ExportSelectedFeatureLayerTo3DFile(
string output_file
)
Public Shared Sub ExportSelectedFeatureLayerTo3DFile (
output_file As String
)
Public Shared Sub ExportSelectedFeatureLayerTo3DFile (
output_file As String
)
public:
static void ExportSelectedFeatureLayerTo3DFile(
String^ output_file
)
public:
static void ExportSelectedFeatureLayerTo3DFile(
String^ output_file
)
static member ExportSelectedFeatureLayerTo3DFile :
output_file : string -> unit
static member ExportSelectedFeatureLayerTo3DFile :
output_file : string -> unit
Parameters
- output_file
- Type: SystemString
Output file name
See Also