Short Name: Move
Requires: VI Scripting
Class: GObject Methods
To Use: Create a method.
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. |
Data type | Name | 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. |
The following table lists the characteristics of this method.
Data type | No return value |
Available in Run-Time Engine | No |
Available in Real-Time Operating System | Yes |
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 |