LabelGroupSubEntityDraggedOffset 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.292
Syntax
public virtual Vector3d DraggedOffset { get;	[ObsoleteAttribute("Use property LabelLocation instead.", 
		false)]
	set;
 }

Property Value

Vector3d

Implements

ICommonLabelDraggedOffset
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the label object can't be dragged.
See Also