LabelGroupSubEntityDimensionAnchorValue Property

Gets or sets the dimension anchor value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual double DimensionAnchorValue { get; set; }

Property Value

Double

Implements

ICommonLabelDimensionAnchorValue
Exceptions
ExceptionCondition
InvalidOperationException Thrown when dimension anchors are not supported by the label object.
See Also