LabelStyleComponent Class

The lable style component wrapper class.

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

Syntax

C#

public class LabelStyleComponent : StyleBase

Visual Basic

Public Class LabelStyleComponent _
	Inherits StyleBase

Visual C++

public ref class LabelStyleComponent : public StyleBase

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServices.DBObject
              Autodesk.Civil.DatabaseServices.Styles.StyleBase
                Autodesk.Civil.DatabaseServices.Styles.LabelStyleComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleBlockComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleDirectionArrowComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleReferenceTextComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleTextComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleTextForEachComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleTickComponent

See Also