Gets information about the label dimension anchor.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual AnchorInfo DimensionAnchorInfo { get; }
VB
Public Overridable ReadOnly Property DimensionAnchorInfo As AnchorInfo Get
C++
public: virtual property AnchorInfo^ DimensionAnchorInfo { AnchorInfo^ get (); }
Property Value
AnchorInfoImplements
ICommonLabelDimensionAnchorInfoExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when dimension anchors are not supported by the label object. |