ICommonLabelDraggedOffset Property |
Gets or sets the dragged offset on the sub-entity label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
SyntaxVector3d DraggedOffset { get; set; }
Property DraggedOffset As Vector3d
Get
Set
property Vector3d DraggedOffset {
Vector3d get ();
void set (Vector3d value);
}
Property Value
Vector3d
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the label object can't be dragged.
|
See Also