Gets the root of all section label styles.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public LabelStylesSectionRoot SectionLabelStyles { get; }
VB
Public ReadOnly Property SectionLabelStyles As LabelStylesSectionRoot Get
C++
public: property LabelStylesSectionRoot^ SectionLabelStyles { LabelStylesSectionRoot^ get (); }