Share

LabelGroupSubEntity.DimensionAnchorOption Property

Gets or sets the dimension anchor option.



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

Syntax

C#

public virtual DimensionAnchorOptionType DimensionAnchorOption { get; set; }

VB

Public Overridable Property DimensionAnchorOption As DimensionAnchorOptionType
	Get
	Set

C++

public:
virtual property DimensionAnchorOptionType DimensionAnchorOption {
	DimensionAnchorOptionType get ();
	void set (DimensionAnchorOptionType value);
}

Property Value

DimensionAnchorOptionType

Implements

ICommonLabelDimensionAnchorOption

Exceptions

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

See Also

Reference

Was this information helpful?