StairsLandingGetConnections Method

Returns information about the connections in which the stairs landing participates.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<StairsComponentConnection> GetConnections()

Return Value

IListStairsComponentConnection
The connections in which the stairs landing participates.
See Also