Share

ICommonLabelOptions.DefaultDimensionAnchorValue Property

Note: This API is now obsolete.

Gets or sets the default anchor value.



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

Syntax

C#

[ObsoleteAttribute("DefaultDimensionAnchorValue should be an interface only supported by LabelGroup.", 
	false)]
double DefaultDimensionAnchorValue { get; set; }

VB

<ObsoleteAttribute("DefaultDimensionAnchorValue should be an interface only supported by LabelGroup.", 
	false)>
Property DefaultDimensionAnchorValue As Double
	Get
	Set

C++

[ObsoleteAttribute(L"DefaultDimensionAnchorValue should be an interface only supported by LabelGroup.", 
	false)]
property double DefaultDimensionAnchorValue {
	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?