ViewFrameGroupDefaultRightMatchLineLabelAnchorPosition Property |
Gets or sets the default relative anchor position of right side MatchLine labels.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic MatchLineLabelLocationType DefaultRightMatchLineLabelAnchorPosition { get; set; }
Public Property DefaultRightMatchLineLabelAnchorPosition As MatchLineLabelLocationType
Get
Set
public:
property MatchLineLabelLocationType DefaultRightMatchLineLabelAnchorPosition {
MatchLineLabelLocationType get ();
void set (MatchLineLabelLocationType value);
}
Property Value
MatchLineLabelLocationType
Remarks
When setting, if the AnchorPosition of a MatchLine label is not equal to the original DefaultRightMatchLineLabelAnchorPosition,
the AnchorPosition of that label will not be updated to the new value.
See Also