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




The points to which distances from the input features will be calculated. Distances between points within the same feature class or layer can be determined by specifying the same feature class or layer for the input and near features. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property near_features As Object
Visual Basic (Usage)Copy Code
Dim instance As PointDistance
Dim value As Object
 
instance.near_features = value
 
value = instance.near_features
C# 
public object near_features {get; set;}

See Also

© 2010 All Rights Reserved.