LabelDimensionAnchorOption Property

Gets information about the label dimension anchor.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual DimensionAnchorOptionType DimensionAnchorOption { get; set; }

Property Value

DimensionAnchorOptionType

Implements

ICommonLabelDimensionAnchorOption
Exceptions
ExceptionCondition
InvalidOperationException Thrown when dimension anchors are not supported by the label object.
ArgumentException Thrown when setting to invalid value.
Remarks
DimensionAnchorOption can not be set to DimensionAnchorOptionType.Default.
See Also