Gets the root of all section label styles.

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

Syntax

C#
public LabelStylesSectionRoot SectionLabelStyles { get; }
Visual Basic
Public ReadOnly Property SectionLabelStyles As LabelStylesSectionRoot
	Get
Visual C++
public:
property LabelStylesSectionRoot^ SectionLabelStyles {
	LabelStylesSectionRoot^ get ();
}

See Also