Gets the root of all match line label styles.

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

Syntax

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

See Also