Gets the default style for labels that are displayed on the right side of a match line.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public PropertyString MatchLineLabelRight { get; }
Visual Basic
Public ReadOnly Property MatchLineLabelRight As PropertyString Get
Visual C++
public: property PropertyString^ MatchLineLabelRight { PropertyString^ get (); }