AlignmentLabelGroup Class

This class represents an alignment label group.

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

Syntax

C#

public abstract class AlignmentLabelGroup : AutoFeatureLabelGroup

Visual Basic

Public MustInherit Class AlignmentLabelGroup _
	Inherits AutoFeatureLabelGroup

Visual C++

public ref class AlignmentLabelGroup abstract : public AutoFeatureLabelGroup

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.LabelBase
                      Autodesk.Civil.DatabaseServices.LabelGroup
                        Autodesk.Civil.DatabaseServices.AutoFeatureLabelGroup
                          Autodesk.Civil.DatabaseServices.AlignmentLabelGroup
                            Autodesk.Civil.DatabaseServices.AlignmentCantLabelGroup
                            Autodesk.Civil.DatabaseServices.AlignmentDesignSpeedLabelGroup
                            Autodesk.Civil.DatabaseServices.AlignmentGeometryPointLabelGroup
                            Autodesk.Civil.DatabaseServices.AlignmentStationEquationLabelGroup
                            Autodesk.Civil.DatabaseServices.AlignmentStationLabelGroup
                            Autodesk.Civil.DatabaseServices.AlignmentSuperelevationLabelGroup
                            Autodesk.Civil.DatabaseServices.AlignmentVerticalGeometryPointLabelGroup

See Also