Search
RoutingOptions.GridSize Property
See Also
 



Gets or sets the size of the pieces of the routing grid.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
short get_GridSize ()
void put_GridSize (
    short value
)

 Property Value

The size of the pieces of the routing grid. The default is 16 pixels.

 Remarks

A smaller size of routing grid pieces helps finding more precise paths, however since the number of pieces increases, there would be more time needed to find a path.

 See Also