StairsRun.GetNumberSystemReference
Method
Description:
Gets the number system reference corresponding to the given reference options.
Gets the number system reference corresponding to the given reference options.
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.
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.
Syntax
public Reference GetNumberSystemReference(
StairsNumberSystemReferenceOption referenceOption
)
Parameters
Parameter | Type | Description |
---|---|---|
referenceOption | StairsNumberSystemReferenceOption | The reference option. |
Return Value
Type | Description |
---|---|
Reference | The reference. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |