GeneralSegmentLabel Class

This class represents a general label.

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

Syntax

C#

public class GeneralSegmentLabel : Label

Visual Basic

Public Class GeneralSegmentLabel _
	Inherits Label

Visual C++

public ref class GeneralSegmentLabel : public Label

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.GeneralSegmentLabel
                          Autodesk.Civil.DatabaseServices.ParcelSegmentLabel

See Also