HorizontalCurveEndpoint Class

HorizontalCurveEndpoint Class

Represents an endpoint (start or end) of a horizontal curve in Alignment geometry.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.InfrastructureHorizontalCurveEndpoint

Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class HorizontalCurveEndpoint
Public Class HorizontalCurveEndpoint
public ref class HorizontalCurveEndpoint
type HorizontalCurveEndpoint = class end

The HorizontalCurveEndpoint type exposes the following members.

Properties
 NameDescription
Public propertyNextCurveType 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 propertyPreviousCurveType 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 propertyStation The endpoint's station value.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also