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




in_cover
The coverage containing points from which distances are calculated to each closest arc, point, or node in the <near_cover:>. (In, Required)
near_cover
The line or point coverage whose features are used to calculate distances from each input cover point. This must be different from the input cover. (In, Required)
out_cover
The coverage to be created. The <input_cover> is copied to the <output_cover:>, then NEAR is performed on the <output_cover:>. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal near_cover As Object, _
   ByVal out_cover As Object _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim near_cover As Object
Dim out_cover As Object
 
Dim instance As Near(in_cover, near_cover, out_cover)
C# 
public Near( 
   object in_cover,
   object near_cover,
   object out_cover
)

Parameters

in_cover
The coverage containing points from which distances are calculated to each closest arc, point, or node in the <near_cover:>. (In, Required)
near_cover
The line or point coverage whose features are used to calculate distances from each input cover point. This must be different from the input cover. (In, Required)
out_cover
The coverage to be created. The <input_cover> is copied to the <output_cover:>, then NEAR is performed on the <output_cover:>. (Out, Required)

See Also

© 2010 All Rights Reserved.