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




The feature class or layer containing features from which distances are calculated to the closest feature in the Input Features. If multiple feature classes or layers are specified, an extra field named NEAR_FC will be added to the input feature class to identify which near feature class contains the closest feature. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property near_features As Object
Visual Basic (Usage)Copy Code
Dim instance As Near3D
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.