LabelStyleBlockComponent Class

The lable style text component wrapper class.

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

Syntax

C#

public class LabelStyleBlockComponent : LabelStyleComponent

Visual Basic

Public Class LabelStyleBlockComponent _
	Inherits LabelStyleComponent

Visual C++

public ref class LabelStyleBlockComponent : public LabelStyleComponent

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

See Also