Note: This API is now obsolete.
Gets or sets the default dimension anchor option.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", false)] DimensionAnchorOptionType DefaultDimensionAnchorOption { get; set; }
VB
<ObsoleteAttribute("DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", false)> Property DefaultDimensionAnchorOption As DimensionAnchorOptionType Get Set
C++
[ObsoleteAttribute(L"DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", false)] property DimensionAnchorOptionType DefaultDimensionAnchorOption { DimensionAnchorOptionType get (); void set (DimensionAnchorOptionType value); }
Property Value
DimensionAnchorOptionTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when dimension anchors are not supported by the label object. |