LabelGroupSubEntityDraggedOffset Property |
Gets or sets the dragged offset on the sub-entity label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic virtual Vector3d DraggedOffset { get; [ObsoleteAttribute("Use property LabelLocation instead.",
false)]
set;
}Public Overridable Property DraggedOffset As Vector3d
Get
<ObsoleteAttribute("Use property LabelLocation instead.", false)>
Setpublic:
virtual property Vector3d DraggedOffset {
Vector3d get ();
[ObsoleteAttribute(L"Use property LabelLocation instead.", false)]
void set (Vector3d value);
}Property Value
Vector3dImplements
ICommonLabelDraggedOffset
Exceptions
See Also