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