Gets or sets the size of the pieces of the routing grid.
SyntaxVB6
Copy Code
|
|---|
Public Property Get GridSize() As Integer |
C++
Copy Code
|
|---|
public: |
The size of the pieces of the routing grid. The default is 16 pixels.
RemarksA 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