Namespace:
Autodesk.Revit.DB
NumberSystemDisplayRule
Enumeration
Description:
The available options for display of numeric values in the number system.
The available options for display of numeric values in the number system.
Syntax
public enum NumberSystemDisplayRule
Unknown Namespace Members:
Name | Description |
---|---|
All | The number system will display all the numbers. |
Odd | The number system will only display the odd numbers. |
Even | The number system will only display the even numbers. |
StartAndEnd | The number system will only display the start and end numbers. |