The base class for all single-entity label objects.

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

Syntax

C#
public class Label : LabelBase, ICommonLabel
Visual Basic
Public Class Label _
	Inherits LabelBase _
	Implements ICommonLabel
Visual C++
public ref class Label : public LabelBase, 
	ICommonLabel

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..::..Label
                        Autodesk.Civil.DatabaseServices..::..FeatureLabel
                        Autodesk.Civil.DatabaseServices..::..GeneralSegmentLabel
                        Autodesk.Civil.DatabaseServices..::..NoteLabel

See Also