LabelGroup Class

The base class for all label group objects, such as AutoFeatureLabelGroup.

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

Syntax

C#

public class LabelGroup : LabelBase

Visual Basic

Public Class LabelGroup _
	Inherits LabelBase

Visual C++

public ref class LabelGroup : public LabelBase

Remarks

For more information about Civil 3D labels, see the "Labels and Tags" section of the Autodesk Civil 3D User's Guide.

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

See Also