GetConnections Method


Stairs Run Get Connections Method

Returns information about the connections in which the stairs run participates. The stairs run may have no connection, or have at maximum two connections at the lower and upper ends.

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

Return Value

IList StairsComponentConnection
The connections in which the stairs run participates.
See Also