ICommonLabelDraggedOffset 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
Vector3d DraggedOffset { get; set; }

Property Value

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