Move
- Updated2025-07-30
- 2 minute(s) read
Moves the object to the specified position.
Note If you attempt to move an object to the owning VI of another object, LabVIEW makes a copy of the object instead of moving the object.
Parameters
| Name | Data type | Required | Description |
|---|---|---|---|
| position | ![]() |
Yes | The location where you want to move the object. The position is relative to the owning object. |
| owner | ![]() |
No | The owning object. If you specify the owner, LabVIEW moves the object into the owning object. |
| Duplicate? (F) | ![]() |
No | If TRUE, LabVIEW makes a copy of the object instead of moving the object. If the owner you specify is located in a different VI, LabVIEW assumes Duplicate? is TRUE. |
Remarks
The following table lists the characteristics of this method.
| Short Name | Move |
| Data type | No return value |
| Available in Run-Time Engine | No |
| Available in Real-Time Operating System | No |
| Settable when the VI is running | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access allowed | Yes |


