Share

LabelStylesRoot.SectionLabelStyles Property

Gets the root of all section label styles.



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

Syntax

C#

public LabelStylesSectionRoot SectionLabelStyles { get; }

VB

Public ReadOnly Property SectionLabelStyles As LabelStylesSectionRoot
	Get

C++

public:
property LabelStylesSectionRoot^ SectionLabelStyles {
	LabelStylesSectionRoot^ get ();
}

Property Value

LabelStylesSectionRoot

See Also

Reference

Was this information helpful?