The available options for display of numeric values in the number system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum NumberSystemDisplayRule
Members
| Member name | Value | Description |
|---|
| All | 0 |
The number system will display all the numbers.
|
| Even | 2 |
The number system will only display the even numbers.
|
| Odd | 1 |
The number system will only display the odd numbers.
|
| StartAndEnd | 3 |
The number system will only display the start and end numbers.
|
See Also
Reference