This class is the base class for all section band-related group labels.

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

Syntax

C#
public class SectionBandLabelGroup : AutoFeatureLabelGroup
Visual Basic
Public Class SectionBandLabelGroup _
	Inherits AutoFeatureLabelGroup
Visual C++
public ref class SectionBandLabelGroup : 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..::..SectionBandLabelGroup
                            Autodesk.Civil.DatabaseServices..::..SectionDataBandLabelGroup
                            Autodesk.Civil.DatabaseServices..::..SectionSegmentBandLabelGroup

See Also