Gets the root object of Civil 3D label styles.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LabelStylesRoot LabelStyles { get; }
VB
Public ReadOnly Property LabelStyles As LabelStylesRoot Get
C++
public: property LabelStylesRoot^ LabelStyles { LabelStylesRoot^ get (); }