Gets or sets the default relative anchor position of right side MatchLine labels.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public MatchLineLabelLocationType DefaultRightMatchLineLabelAnchorPosition { get; set; }
VB
Public Property DefaultRightMatchLineLabelAnchorPosition As MatchLineLabelLocationType Get Set
C++
public: property MatchLineLabelLocationType DefaultRightMatchLineLabelAnchorPosition { MatchLineLabelLocationType get (); void set (MatchLineLabelLocationType value); }