Gets the number system reference corresponding to the given reference options.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Reference GetNumberSystemReference(
StairsNumberSystemReferenceOption referenceOption
)
Parameters
- referenceOption StairsNumberSystemReferenceOption
-
The reference option.
Return Value
Reference
The reference.
Exceptions
Remarks
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
Reference