RailingGetPath Method

Gets the railing path.

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

Return Value

IListCurve
The curve array of the railing path.
Exceptions
ExceptionCondition
InapplicableDataException The railing has incorrect internal data.
See Also