Gets information about the label dimension anchor.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public virtual AnchorInfo DimensionAnchorInfo { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property DimensionAnchorInfo As AnchorInfo Get |
| Visual C++ |
|---|
public: virtual property AnchorInfo^ DimensionAnchorInfo { AnchorInfo^ get (); } |
Implements
ICommonLabel..::..DimensionAnchorInfo
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when dimension anchors are not supported by the label object. |