This class represents a super elevation curve object and contains a collection of critical stations for that curve.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSECurve
Autodesk.Civil.DatabaseServicesCANTCurve
Autodesk.Civil.DatabaseServicesSuperelevationCurve
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SECurve
VB
Public Class SECurve
C++
public ref class SECurve
The SECurve type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CANTCriticalStations | |
![]() | CriticalStations | Gets a SuperelevationCriticalStationCollection object that contains all the SuperelevationCriticalStation objects in the current curve group. |
![]() | EndStation | Gets the end station of the SuperelevationCurve. |
![]() | Name | Sets or gets the name of the SuperelevationCurve. |
![]() | ParentAlignmentId | Gets the ObjectId of the parent Alignment object. |
![]() | StartStation | Gets the start station of the SuperelevationCurve. |