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




in_features
The input features that can be point, polyline, polygon or multipoint type. (In, Required)
near_features
The near features used to find the nearest features from input features. There can be one or more entries of near features; each entry can be of point, polyline, polygon or multipoint type. When multiple entries of near features are specified, a new field NEAR_FC is added to the input table to store the paths of the source feature class that contains the nearest features. (In, 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 _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim near_features As Object
 
Dim instance As Near(in_features, near_features)
C# 
public Near( 
   object in_features,
   object near_features
)

Parameters

in_features
The input features that can be point, polyline, polygon or multipoint type. (In, Required)
near_features
The near features used to find the nearest features from input features. There can be one or more entries of near features; each entry can be of point, polyline, polygon or multipoint type. When multiple entries of near features are specified, a new field NEAR_FC is added to the input table to store the paths of the source feature class that contains the nearest features. (In, Required)

See Also

© 2010 All Rights Reserved.