Revit 2023 API |
HorizontalCurveEndpoint..::..NextCurveType Property |
HorizontalCurveEndpoint Class See Also |
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.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021.1
Syntax
C# |
---|
public HorizontalCurveType NextCurveType { get; internal set; } |
Visual Basic |
---|
Public Property NextCurveType As HorizontalCurveType Get Friend Set |
Visual C++ |
---|
public: property HorizontalCurveType NextCurveType { HorizontalCurveType get (); internal: void set (HorizontalCurveType value); } |