Specifies whether the default anchor option will be Fixed, Above, Below, Graph View Top, or Graph View Bottom.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PropertyEnum<DimensionAnchorType> DimensionAnchorOption { get; }
VB
Public ReadOnly Property DimensionAnchorOption As PropertyEnum(Of DimensionAnchorType) Get
C++
public: property PropertyEnum<DimensionAnchorType>^ DimensionAnchorOption { PropertyEnum<DimensionAnchorType>^ get (); }