SectionSegmentBandLabelGroup Class

This class represents a section data band label group.

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

Syntax

C#

public class SectionSegmentBandLabelGroup : SectionBandLabelGroup

Visual Basic

Public Class SectionSegmentBandLabelGroup _
	Inherits SectionBandLabelGroup

Visual C++

public ref class SectionSegmentBandLabelGroup : public SectionBandLabelGroup

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.SectionSegmentBandLabelGroup

See Also