DimensionAnchorInfo Property

Gets information about the label dimension anchor.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

AnchorInfo DimensionAnchorInfo { get; }

Visual Basic

ReadOnly Property DimensionAnchorInfo As AnchorInfo
	Get

Visual C++

property AnchorInfo^ DimensionAnchorInfo {
	AnchorInfo^ get ();
}

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when dimension anchors are not supported by the label object.

See Also