MatchLineRightLabelAnchorPosition Property |
Gets or sets the relative anchor position of the right side MatchLine label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic MatchLineLabelLocationType RightLabelAnchorPosition { get; set; }
Public Property RightLabelAnchorPosition As MatchLineLabelLocationType
Get
Set
public:
property MatchLineLabelLocationType RightLabelAnchorPosition {
MatchLineLabelLocationType get ();
void set (MatchLineLabelLocationType value);
}
Property Value
MatchLineLabelLocationType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the MatchLine does not contain a right side MatchLine label.
|
See Also