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




The following tables list the members exposed by PointDistance.

Public Constructors

 NameDescription
Public ConstructorPointDistance ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_featuresThe point features from which distances to the near features will be calculated. (In, Required)  
Public Propertynear_featuresThe 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)  
Public Propertyout_tableThe table containing the list of input features and information of about all near features within the search radius. If a search radius is not specified distances from all input features to all near features are calculated. (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

© 2010 All Rights Reserved.