The type of middle supports used in the stair.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId MiddleSupportType { get; set; }Property Value
ElementId
invalidElementId if the stairs type has no middle support.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When setting this property: supportType is not a valid support type.
|
| ArgumentNullException |
When setting this property: A non-optional argument was null
|
| InvalidOperationException |
When setting this property: The stairs type has no middle support so the data being set is not applicable.
|
See Also
Reference