GetDisplayedHorizontalCurveEndpoints Method


Alignment Get Displayed Horizontal Curve Endpoints Method

Returns the endpoints of the alignment's horizontal curves. Only the points between DisplayedStartStation and DisplayedEndStation are returned.

Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<HorizontalCurveEndpoint> GetDisplayedHorizontalCurveEndpoints()

Return Value

IList HorizontalCurveEndpoint
See Also