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




The maximum distance apart that points and nodes can be for the attributes of the point class to be transferred and recorded to the node coverage as a node class. The radius is given in coverage units. The default search radius is the width or height of the node coverage's BND divided by 100, whichever is larger. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.