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