Gets or sets the default dimension anchor option.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 |
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when dimension anchors are not supported by the label object.
|
See Also