2023 Class
Changes 2
C

HorizontalCurveEndpoint

Description:
Represents an endpoint (start or end) of a horizontal curve in geometry.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Infrastructure.HorizontalCurveEndpoint
Name Return Type Description
P NextCurveType HorizontalCurveType The of the curve which connects the endpoint to the next displayed curve. If this endpoint's equals , returns Unknown curve type.
P PreviousCurveType HorizontalCurveType The of the curve which connects the endpoint to the previous displayed curve. If this endpoint's equals , returns Unknown curve type.
P Station double The endpoint's station value.