Revit 2025.3 API
Continuous |
Retrieves the start extension path.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<Curve> GetStartExtensionPath()
Public Function GetStartExtensionPath As IList(Of Curve)
public: IList<Curve^>^ GetStartExtensionPath()
member GetStartExtensionPath : unit -> IList<Curve>
Return Value
IListCurveThe start extension path of the rail.
See Also