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.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ExportSelectedFeatureLayerTo3DFile(
	CGXNETCore gxNetShared,
	string output_file
)

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