ESRI.ArcGIS.Analyst3DTools
FeatureClassZToASCII Constructor(Object,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > FeatureClassZToASCII Class > FeatureClassZToASCII Constructor : FeatureClassZToASCII Constructor(Object,Object,String)




in_feature_class
The feature class to export. (In, Required)
output_location
The folder where the file(s) will be written. (In, Required)
out_file
The output file name. The file name is used as a template when exporting a feature class containing multiple lines or polygons to XYZ format. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_feature_class As Object, _
   ByVal output_location As Object, _
   ByVal out_file As String _
)
Visual Basic (Usage)Copy Code
Dim in_feature_class As Object
Dim output_location As Object
Dim out_file As String
 
Dim instance As FeatureClassZToASCII(in_feature_class, output_location, out_file)
C# 
public FeatureClassZToASCII( 
   object in_feature_class,
   object output_location,
   string out_file
)

Parameters

in_feature_class
The feature class to export. (In, Required)
output_location
The folder where the file(s) will be written. (In, Required)
out_file
The output file name. The file name is used as a template when exporting a feature class containing multiple lines or polygons to XYZ format. (In, Required)

See Also

© 2010 All Rights Reserved.