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




input
One or more input files or folders with data in ASCII XYZ or XYZI (with lidar intensity) or 3-D GENERATE format. If a folder is specified all the files inside the folder named with the same extension as the file suffix parameter will be used. If multiple files are involved they need to be in the same format. (In, Required)
in_file_type
The format of the input file(s). (In, Required)
out_feature_class
The output feature class. (Out, Required)
out_geometry_type
The geometry type of the output feature class. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input As Object, _
   ByVal in_file_type As String, _
   ByVal out_feature_class As Object, _
   ByVal out_geometry_type As String _
)
Visual Basic (Usage)Copy Code
Dim input As Object
Dim in_file_type As String
Dim out_feature_class As Object
Dim out_geometry_type As String
 
Dim instance As Ascii3DToFeatureClass(input, in_file_type, out_feature_class, out_geometry_type)
C# 
public Ascii3DToFeatureClass( 
   object input,
   string in_file_type,
   object out_feature_class,
   string out_geometry_type
)

Parameters

input
One or more input files or folders with data in ASCII XYZ or XYZI (with lidar intensity) or 3-D GENERATE format. If a folder is specified all the files inside the folder named with the same extension as the file suffix parameter will be used. If multiple files are involved they need to be in the same format. (In, Required)
in_file_type
The format of the input file(s). (In, Required)
out_feature_class
The output feature class. (Out, Required)
out_geometry_type
The geometry type of the output feature class. (In, Required)

See Also

© 2010 All Rights Reserved.