SECurve Class

This class represents a super elevation curve object and contains a collection of critical stations for that curve.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSECurve
    Autodesk.Civil.DatabaseServicesCANTCurve
    Autodesk.Civil.DatabaseServicesSuperelevationCurve

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SECurve

The SECurve type exposes the following members.

Properties
 NameDescription
Public propertyCANTCriticalStations 
Public propertyCriticalStations Gets a SuperelevationCriticalStationCollection object that contains all the SuperelevationCriticalStation objects in the current curve group.
Public propertyEndStation Gets the end station of the SuperelevationCurve.
Public propertyName Sets or gets the name of the SuperelevationCurve.
Public propertyParentAlignmentId Gets the ObjectId of the parent Alignment object.
Public propertyStartStation Gets the start station of the SuperelevationCurve.
Top
See Also