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