Search
RoutingOptions.NodeVicinitySize Property
See Also
 



Gets or sets the size of a buffer zone around a node for which routes get a penalty cost if they pass through it.

 Syntax

VB6  Copy Code

Public Property Get NodeVicinitySize() As Integer
Public Property Let NodeVicinitySize( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_NodeVicinitySize ()
void put_NodeVicinitySize (
    short value
)

 Property Value

The size of the buffer area in which passing routes receive a penalty cost. The default is 48 pixels.

 Remarks

The pieces of the routing grid that are closest to a node have the value of NodeVicinityCost assigned as their cost. The outer pieces of the buffer zone are assigned a portion of NodeVicinityCost proportional to their distance to the node.

 See Also