Gets or sets the default dimension anchor option.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
[ObsoleteAttribute("DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", false)] DimensionAnchorOptionType DefaultDimensionAnchorOption { get; set; }
Visual Basic
<ObsoleteAttribute("DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", _ False)> _ Property DefaultDimensionAnchorOption As DimensionAnchorOptionType Get Set
Visual C++
[ObsoleteAttribute(L"DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", false)] property DimensionAnchorOptionType DefaultDimensionAnchorOption { DimensionAnchorOptionType get (); void set (DimensionAnchorOptionType value); }
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when dimension anchors are not supported by the label object. |