SuperelevationDataBandStyle Class

The super elevation data band style wrapper class.

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

Syntax

C#

public sealed class SuperelevationDataBandStyle : BandStyle

Visual Basic

Public NotInheritable Class SuperelevationDataBandStyle _
	Inherits BandStyle

Visual C++

public ref class SuperelevationDataBandStyle sealed : public BandStyle

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServices.DBObject
              Autodesk.Civil.DatabaseServices.Styles.StyleBase
                Autodesk.Civil.DatabaseServices.Styles.BandStyle
                  Autodesk.Civil.DatabaseServices.Styles.SuperelevationDataBandStyle

See Also