 | 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.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ExportSelectedFeatureLayerTo3DFile(
CGXNETCore gxNetShared,
string output_file
)
public static void ExportSelectedFeatureLayerTo3DFile(
CGXNETCore gxNetShared,
string output_file
)
Public Shared Sub ExportSelectedFeatureLayerTo3DFile (
gxNetShared As CGXNETCore,
output_file As String
)
Public Shared Sub ExportSelectedFeatureLayerTo3DFile (
gxNetShared As CGXNETCore,
output_file As String
)
public:
static void ExportSelectedFeatureLayerTo3DFile(
CGXNETCore^ gxNetShared,
String^ output_file
)
public:
static void ExportSelectedFeatureLayerTo3DFile(
CGXNETCore^ gxNetShared,
String^ output_file
)
static member ExportSelectedFeatureLayerTo3DFile :
gxNetShared : CGXNETCore *
output_file : string -> unit
static member ExportSelectedFeatureLayerTo3DFile :
gxNetShared : CGXNETCore *
output_file : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - output_file
- Type: SystemString
Output file name
See Also