ICommonLabelOptionsDefaultDimensionAnchorOption Property

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.292
Syntax
[ObsoleteAttribute("DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", 
	false)]
DimensionAnchorOptionType DefaultDimensionAnchorOption { get; set; }

Property Value

DimensionAnchorOptionType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when dimension anchors are not supported by the label object.
See Also