ContinuousRail.GetStartExtensionPath Method

ContinuousRailGetStartExtensionPath Method

Retrieves the start extension path.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Curve> GetStartExtensionPath()
Public Function GetStartExtensionPath As IList(Of Curve)
public:
IList<Curve^>^ GetStartExtensionPath()
member GetStartExtensionPath : unit -> IList<Curve> 

Return Value

IListCurve
The start extension path of the rail.
See Also