LabelStyles Property

Gets the root object of Civil 3D label styles.

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

Syntax

C#

public LabelStylesRoot LabelStyles { get; }

Visual Basic

Public ReadOnly Property LabelStyles As LabelStylesRoot
	Get

Visual C++

public:
property LabelStylesRoot^ LabelStyles {
	LabelStylesRoot^ get ();
}

See Also