Revit 2026 API
Stairs |
The connection of the riser to tread in relation to each other.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RiserToTreadConnectionOption RiserToTreadConnect { get; set; }
Public Property RiserToTreadConnect As RiserToTreadConnectionOption Get Set
public: property RiserToTreadConnectionOption RiserToTreadConnect { RiserToTreadConnectionOption get (); void set (RiserToTreadConnectionOption value); }
member RiserToTreadConnect : RiserToTreadConnectionOption with get, set
Property Value
RiserToTreadConnectionOption| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
| InvalidOperationException | When setting this property: The run type has no riser so the data being set is not applicable. |
See Also