Share

LabelStyleDefault.DefaultLabel Class

The label related properties of the default label style settings.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesLabelStyleDefaultDefaultLabel


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

Syntax

C#

public sealed class DefaultLabel : TreeOidWrapper

VB

Public NotInheritable Class DefaultLabel
	Inherits TreeOidWrapper

C++

public ref class DefaultLabel sealed : public TreeOidWrapper

The LabelStyleDefaultDefaultLabel type exposes the following members.

Properties

 NameDescription
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 settings).

See Also

Reference

Was this information helpful?