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