Gets the railing path.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<Curve> GetPath()
Return Value
IList<Curve>The curve array of the railing path.
Exceptions
| Exception | Condition |
|---|---|
| InapplicableDataException | The railing has incorrect internal data. |
