Gets or sets the enumeration value that specifies the location of the anchor used to position dimension lines for certain section view labels.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public DimensionAnchorType DimensionAnchorOption { get; set; } |
| Visual Basic |
|---|
Public Property DimensionAnchorOption As DimensionAnchorType Get Set |
| Visual C++ |
|---|
public: property DimensionAnchorType DimensionAnchorOption { DimensionAnchorType get (); void set (DimensionAnchorType value); } |