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