Share

ICommonLabel.DimensionAnchorValue Property

Gets or sets the dimension anchor value.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

double DimensionAnchorValue { get; set; }

VB

Property DimensionAnchorValue As Double
	Get
	Set

C++

property double DimensionAnchorValue {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when dimension anchors are not supported by the label object.

See Also

Reference

Was this information helpful?