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




Join Features within this distance of a Target Feature will be considered for the spatial join. Search Radius is only valid when the spatial relationship (or Match Option) INTERSECT or CLOSEST is specified. Using a search radius of 100 meters with the spatial relationship INTERSECT is the equivalent of saying: If a Join Feature is within 100 meters of a Target Feature, transfer the Join Feature attributes to the Target Feature. Using a search radius of 100 meters with the spatial relationship CLOSEST is the equivalent of saying: If a Join Feature is within 100 meters of a Target Feature, and is the closest Join Feature to that Target Feature, transfer the Join Feature attribtures to that Target Feature. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.