Share

LabelSetStylesRoot Class

The root object for accessing label set style collections in the database.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesLabelSetStylesRoot


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

Syntax

C#

public sealed class LabelSetStylesRoot : TreeOidWrapper

VB

Public NotInheritable Class LabelSetStylesRoot
	Inherits TreeOidWrapper

C++

public ref class LabelSetStylesRoot sealed : public TreeOidWrapper

The LabelSetStylesRoot type exposes the following members.

Properties

 NameDescription
Public propertyAlignmentLabelSetStyles Gets the collection of all alignment label set styles in the database.
Public propertyCode exampleProfileLabelSetStyles Gets the collection of all profile label set styles in the database.
Public propertySectionLabelSetStyles Gets the collection of all section label set styles in the database.

See Also

Reference

Was this information helpful?