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