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