Share

SuperelevationCurve Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesSECurve
    Autodesk.Civil.DatabaseServicesSuperelevationCurve


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public class SuperelevationCurve : SECurve

VB

Public Class SuperelevationCurve
	Inherits SECurve

C++

public ref class SuperelevationCurve : public SECurve

The SuperelevationCurve type exposes the following members.

Properties

 NameDescription
Public propertyCANTCriticalStations
(Inherited from SECurve)
Public propertyCriticalStations Gets a SuperelevationCriticalStationCollection object that contains all the SuperelevationCriticalStation objects in the current curve group.
(Inherited from SECurve)
Public propertyEndStation Gets the end station of the SuperelevationCurve.
(Inherited from SECurve)
Public propertyName Sets or gets the name of the SuperelevationCurve.
(Inherited from SECurve)
Public propertyParentAlignmentId Gets the ObjectId of the parent Alignment object.
(Inherited from SECurve)
Public propertyStartStation Gets the start station of the SuperelevationCurve.
(Inherited from SECurve)

See Also

Reference

Was this information helpful?