Gets or Sets enumeration value that specifies the location of the anchor used to position dimension lines for certain profile view labels.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public DimensionAnchorType DimensionAnchorOption { get; set; }
VB
Public Property DimensionAnchorOption As DimensionAnchorType Get Set
C++
public: property DimensionAnchorType DimensionAnchorOption { DimensionAnchorType get (); void set (DimensionAnchorType value); }