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 > Ascii3DToFeatureClass Class : average_point_spacing Property




The average planimetric distance between points of the input. This parameter is only used when the output geometry type is set to MULTIPOINT. Its used as a means to bin, or group, the points together. Specify the spacing in the horizontal units of the target feature class. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property average_point_spacing As Double
Visual Basic (Usage)Copy Code
Dim instance As Ascii3DToFeatureClass
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.