ESRI.ArcGIS.AnalysisTools
PointDistance Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.AnalysisTools Namespace > PointDistance Class > PointDistance Constructor : PointDistance Constructor(Object,Object,Object)




in_features
The point features from which distances to the near features will be calculated. (In, Required)
near_features
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)
out_table
The 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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal near_features As Object, _
   ByVal out_table As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim near_features As Object
Dim out_table As Object
 
Dim instance As PointDistance(in_features, near_features, out_table)
C# 
public PointDistance( 
   object in_features,
   object near_features,
   object out_table
)

Parameters

in_features
The point features from which distances to the near features will be calculated. (In, Required)
near_features
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)
out_table
The 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)

See Also

© 2010 All Rights Reserved.