Revit 2026 API
RailingGet |
Gets the railing path.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Curve> GetPath()
Public Function GetPath As IList(Of Curve)
public: IList<Curve^>^ GetPath()
member GetPath : unit -> IList<Curve>
Return Value
IListCurveThe curve array of the railing path.
| Exception | Condition |
|---|---|
| InapplicableDataException | The railing has incorrect internal data. |
See Also