StairsRunGetLeftSupports Method

Retrieves all supports on the left side of run boundaries.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IList<ElementId> GetLeftSupports()

Return Value

IListElementId
The supports on the left side of run boundaries.
See Also