Gets information about the label dimension anchor.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public virtual DimensionAnchorOptionType DimensionAnchorOption { get; set; }
Visual Basic
Public Overridable Property DimensionAnchorOption As DimensionAnchorOptionType Get Set
Visual C++
public: virtual property DimensionAnchorOptionType DimensionAnchorOption { DimensionAnchorOptionType get (); void set (DimensionAnchorOptionType value); }
Implements
ICommonLabel.DimensionAnchorOptionRemarks
DimensionAnchorOption can not be set to DimensionAnchorOptionType.Default.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when dimension anchors are not supported by the label object. |
System.ArgumentException | Thrown when setting to invalid value. |