ICommonLabelOptionsDefaultDimensionAnchorValue Property |
Note: This API is now obsolete.
Gets or sets the default anchor value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("DefaultDimensionAnchorValue should be an interface only supported by LabelGroup.",
false)]
double DefaultDimensionAnchorValue { get; set; }
<ObsoleteAttribute("DefaultDimensionAnchorValue should be an interface only supported by LabelGroup.",
false)>
Property DefaultDimensionAnchorValue As Double
Get
Set
[ObsoleteAttribute(L"DefaultDimensionAnchorValue should be an interface only supported by LabelGroup.",
false)]
property double DefaultDimensionAnchorValue {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when dimension anchors are not supported by the label object.
|
See Also