Gets or sets the dragged offset on the sub-entity label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public virtual Vector3d DraggedOffset { get; set; } |
Visual Basic |
---|
Public Overridable Property DraggedOffset As Vector3d
Get
Set |
Visual C++ |
---|
public:
virtual property Vector3d DraggedOffset {
Vector3d get ();
void set (Vector3d value);
} |
Implements
ICommonLabel..::..DraggedOffset
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the label object can't be dragged.
|
See Also