DimensionAnchorOption Property

Settings for DimensionAnchorOption.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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