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




from_cover
The point coverage for which distances to another coverage's points are to be computed. (In, Required)
to_cover
The point coverage from which point distances are to be measured. Distances between all points in the same coverage can be calculated by specifying the same coverage name for both <from_cover> and <to_cover> arguments. (In, Required)
out_info_table
The INFO data table created by Point Distance, which holds the distance measurements. The number of records created in <output Info table:> depends on the search radius used, but it can be as large as the number of points in the <from cover> times the number of points in the <to cover:>. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal from_cover As Object, _
   ByVal to_cover As Object, _
   ByVal out_info_table As Object _
)
Visual Basic (Usage)Copy Code
Dim from_cover As Object
Dim to_cover As Object
Dim out_info_table As Object
 
Dim instance As PointDistance(from_cover, to_cover, out_info_table)
C# 
public PointDistance( 
   object from_cover,
   object to_cover,
   object out_info_table
)

Parameters

from_cover
The point coverage for which distances to another coverage's points are to be computed. (In, Required)
to_cover
The point coverage from which point distances are to be measured. Distances between all points in the same coverage can be calculated by specifying the same coverage name for both <from_cover> and <to_cover> arguments. (In, Required)
out_info_table
The INFO data table created by Point Distance, which holds the distance measurements. The number of records created in <output Info table:> depends on the search radius used, but it can be as large as the number of points in the <from cover> times the number of points in the <to cover:>. (Out, Required)

See Also

© 2010 All Rights Reserved.