AnalysisTools
PointDistance Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.AnalysisTools Namespace : PointDistance Class




The following tables list the members exposed by PointDistance.

Public Constructors

 NameDescription
public ConstructorPointDistance ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertyin_featuresThe points for which distances to the Near Features will be determined. (In, Required)  
public Propertynear_featuresThe points for which distances from the Input Features will be determined. Distances between points within the same feature class or layer can be determined by specifying the same feature class or layer for the Input Features and Near Features. (In, Required)  
public Propertyout_tableThe distance measurements between points in the Input Features and Near Features. If Search Radius is not used, the number of records will the number of points in the Input Features multiplied by the number of points in the Input Features. (Out, Required)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertysearch_radiusDistances will only be calculated for those Near Features that are within the Search Radius of the Input Features. (In, Optional)  
public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
public PropertyToolboxNameThe name of this tool's toolbox.  
public PropertyToolNameThe name of this tool.  
Top

See Also

© 2011 All Rights Reserved.