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




input
One or more files or folders with data in the LAS version 1.0, 1.1, and 1.2 format. The LAS format is the industry standard for lidar data. (In, Required)
out_feature_class
The newly created multipoint feature class to which lidar points are added. (Out, Required)
average_point_spacing
The average 2D distance between points in the input file or files. This can be an approximation. If areas have been sampled at different densities, specify the smaller spacing. The value needs to be provided in the projection units of the output coordinate system. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input As Object, _
   ByVal out_feature_class As Object, _
   ByVal average_point_spacing As Double _
)
Visual Basic (Usage)Copy Code
Dim input As Object
Dim out_feature_class As Object
Dim average_point_spacing As Double
 
Dim instance As LASToMultipoint(input, out_feature_class, average_point_spacing)
C# 
public LASToMultipoint( 
   object input,
   object out_feature_class,
   double average_point_spacing
)

Parameters

input
One or more files or folders with data in the LAS version 1.0, 1.1, and 1.2 format. The LAS format is the industry standard for lidar data. (In, Required)
out_feature_class
The newly created multipoint feature class to which lidar points are added. (Out, Required)
average_point_spacing
The average 2D distance between points in the input file or files. This can be an approximation. If areas have been sampled at different densities, specify the smaller spacing. The value needs to be provided in the projection units of the output coordinate system. (In, Required)

See Also

© 2010 All Rights Reserved.