Share

LabelStyleBase.BaseLabel Class

The label related properties of the default label style.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleBaseBaseLabel


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

Syntax

C#

public sealed class BaseLabel : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]

VB

Public NotInheritable Class BaseLabel
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]

C++

public ref class BaseLabel sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]

The LabelStyleBaseBaseLabel type exposes the following members.

Properties

 NameDescription
Public propertyDisplayMode Gets the display mode for all label styles in a drawing.
Public propertyLayer Gets the default layer for all label styles in a drawing.
Public propertyTextStyle Gets the default text style for all label text components in a drawing.
Public propertyVisibility Gets the boolean value that specifies visibility of labels in the drawing (independent of layer).

See Also

Reference

Was this information helpful?