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

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

Syntax

C#
public sealed class LabelSetStylesRoot : TreeOidWrapper
Visual Basic
Public NotInheritable Class LabelSetStylesRoot _
	Inherits TreeOidWrapper
Visual C++
public ref class LabelSetStylesRoot sealed : public TreeOidWrapper

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.Styles..::..LabelSetStylesRoot

See Also