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

Available since Oasis montaj version: 8.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void ExportSelectedFeatureLayerTo3DFile(
	CGXNETCore gxNetShared,
	string output_file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
output_file
Type: SystemString
Output file name
See Also