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.4.2516.0

Syntax

C#
public PropertyEnum<DimensionAnchorType> DimensionAnchorOption { get; }
Visual Basic
Public ReadOnly Property DimensionAnchorOption As PropertyEnum(Of DimensionAnchorType)
	Get
Visual C++
public:
property PropertyEnum<DimensionAnchorType>^ DimensionAnchorOption {
	PropertyEnum<DimensionAnchorType>^ get ();
}

See Also