DraggedOffset Property

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

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

Syntax

C#

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

Visual Basic

Public Overridable Property DraggedOffset As Vector3d
	Get
	<DeprecatedVersionAttribute(CivilVersion.Civil2013)> _
<ObsoleteAttribute("Use property LabelLocation instead.", False)> _
	Set

Visual C++

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

Implements

ICommonLabel.DraggedOffset

Exceptions

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

See Also