ICommonLabelDimensionAnchorValue Property |
Gets or sets the dimension anchor value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxdouble DimensionAnchorValue { get; set; }Property DimensionAnchorValue As Double
Get
Set
property double DimensionAnchorValue {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when dimension anchors are not supported by the label object.
|
See Also