HorizontalCurveEndpoint
Represents an endpoint (start or end) of a horizontal curve in Alignment geometry.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Infrastructure.HorizontalCurveEndpoint
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 class HorizontalCurveEndpoint
The HorizontalCurveEndpoint type exposes the following members.
Properties
Name
Description
Public Property
NextCurveType
The HorizontalCurveType of the curve which connects the endpoint to the next displayed curve. If this endpoint’s
Station
equals DisplayedEndStation, returns Unknown curve type.Public Property
PreviousCurveType
The HorizontalCurveType of the curve which connects the endpoint to the previous displayed curve. If this endpoint’s
Station
equals DisplayedStartStation, returns Unknown curve type.Public Property
Station
The endpoint’s station value.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)