SuperelevationView Class

Manages the Superelevation Diagram. A SuperelevationDiagram is used to display...

Manages the Superelevation Diagram. A SuperelevationDiagram is used to display...

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

Syntax

C#

public sealed class SuperelevationView : Entity

Visual Basic

Public NotInheritable Class SuperelevationView _
	Inherits Entity

Visual C++

public ref class SuperelevationView sealed : public Entity

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.SuperelevationView

See Also