Gets or sets the dimension anchor option.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
DimensionAnchorOptionType DimensionAnchorOption { get; set; }
VB
Property DimensionAnchorOption As DimensionAnchorOptionType Get Set
C++
property DimensionAnchorOptionType DimensionAnchorOption { DimensionAnchorOptionType get (); void set (DimensionAnchorOptionType value); }
Property Value
DimensionAnchorOptionTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when dimension anchors are not supported by the label object. |