AlternateUnits Enumeration |
An enumerated type listing the locations where Alternate units may be displayed in dimensions.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AlternateUnits
Public Enumeration AlternateUnits
public enum class AlternateUnits
MembersMember name | Value | Description |
---|
None | 0 |
No alternative units.
|
Right | 1 |
Alternative units display to the right of the primary units.
|
Below | 2 |
Alternative units display below the primary units.
|
See Also