Share

Label.DraggedOffset Property

Gets or sets the dragged offset on the sub-entity label.



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

Syntax

C#

public virtual Vector3d DraggedOffset { get;	[ObsoleteAttribute("Use property LabelLocation instead.", 
		false)]
	set;
 }

VB

Public Overridable Property DraggedOffset As Vector3d
	Get
	<ObsoleteAttribute("Use property LabelLocation instead.", false)>
	Set

C++

public:
virtual property Vector3d DraggedOffset {
	Vector3d get ();
	[ObsoleteAttribute(L"Use property LabelLocation instead.", false)]
	void set (Vector3d value);
}

Property Value

Vector3d

Implements

ICommonLabelDraggedOffset

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the label object can't be dragged.

See Also

Reference

Was this information helpful?