Specifies the granularity of the obstacles map generated by QuickRouter.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum Granularity |
Visual Basic
![]() |
---|
Public Enum Granularity |
Member name | Description | |
---|---|---|
![]() |
CoarseGrained |
Merge map tiles if possible to create a coarse-grained map. The fewer tiles in the map lead to faster path-finding. |
![]() |
FineGrained |
Reserved for future use. |
![]() |
Normal |
Use the map tiles found by the initial division algorithm. |
Members of this enumeration can be assigned to the Granularity property of QuickRouter.
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |