Revit 2026 API
Stairs |
Gets the number system reference corresponding to the given reference options.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Reference GetNumberSystemReference( StairsNumberSystemReferenceOption referenceOption )
Public Function GetNumberSystemReference ( referenceOption As StairsNumberSystemReferenceOption ) As Reference
public: Reference^ GetNumberSystemReference( StairsNumberSystemReferenceOption referenceOption )
member GetNumberSystemReference : referenceOption : StairsNumberSystemReferenceOption -> Reference
Parameters
- referenceOption StairsNumberSystemReferenceOption
- The reference option.
Return Value
ReferenceThe reference.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
The return value of this function is suitable for use in NumberSystem.Create()
to associate a NumberSystem with the location on the StairsRun.
Don't try to get geometry curve from the reference.
See Also