The base class for all label classes, including single-feature labels (FeatureLabel derived classes) and group labels (LabelGroup derived classes). This class implements the ICommonLabelOptions interface, which defines common label behaviors.

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

Syntax

C#
public abstract class LabelBase : Entity, 
	ICommonLabelOptions
Visual Basic
Public MustInherit Class LabelBase _
	Inherits Entity _
	Implements ICommonLabelOptions
Visual C++
public ref class LabelBase abstract : public Entity, 
	ICommonLabelOptions

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices..::..Entity
                    Autodesk.Civil.DatabaseServices..::..LabelBase
                      Autodesk.Civil.DatabaseServices..::..Label
                      Autodesk.Civil.DatabaseServices..::..LabelGroup

See Also