ESRI.ArcGIS.AnalysisTools
near_features Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.AnalysisTools Namespace > GenerateNearTable Class : near_features Property




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)

Syntax

Visual Basic (Declaration) 
Public Property near_features As Object
Visual Basic (Usage)Copy Code
Dim instance As GenerateNearTable
Dim value As Object
 
instance.near_features = value
 
value = instance.near_features
C# 
public object near_features {get; set;}

See Also

© 2010 All Rights Reserved.