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

Syntax

C#
[ObsoleteAttribute("DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", 
	false)]
public virtual DimensionAnchorOptionType DefaultDimensionAnchorOption { get; set; }
Visual Basic
<ObsoleteAttribute("DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.",  _
	False)> _
Public Overridable Property DefaultDimensionAnchorOption As DimensionAnchorOptionType
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"DefaultDimensionAnchorOption should be an interface only supported by LabelGroup.", 
	false)]
virtual property DimensionAnchorOptionType DefaultDimensionAnchorOption {
	DimensionAnchorOptionType get ();
	void set (DimensionAnchorOptionType value);
}

Implements

ICommonLabelOptions..::..DefaultDimensionAnchorOption

See Also