Click or drag to resize
CARCMAPExportFeatureLayerByNameTo3DFile Method
Exports the shapes from a feature layer of the ArcMap document to a 3D File.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void ExportFeatureLayerByNameTo3DFile(
	string str1,
	string str2,
	string str3,
	string str4
)

Parameters

str1
Type: SystemString
MXD filename
str2
Type: SystemString
Dataframe name
str3
Type: SystemString
Layer name
str4
Type: SystemString
output file name
See Also