ESRI.ArcGIS.Analyst3DTools
average_point_spacing Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > LASToMultipoint Class : average_point_spacing Property




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)

Syntax

Visual Basic (Declaration) 
Public Property average_point_spacing As Double
Visual Basic (Usage)Copy Code
Dim instance As LASToMultipoint
Dim value As Double
 
instance.average_point_spacing = value
 
value = instance.average_point_spacing
C# 
public double average_point_spacing {get; set;}

See Also

© 2010 All Rights Reserved.