GObject class/Move method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 632A400
Scope VI Scripting
Data Name Move
Short Name* Move
Long Name* Move
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 36
Owning Class Name GObject Class
Return Data Type No return value
Invoke Node Move
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

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

Data type Name Required Description
Numeric Cluster TypeDef position Yes The location where you want to move the object. The position is relative to the owning object.
Generic Refnum owner No The owning object. If you specify the owner, LabVIEW moves the object into the owning object.
Boolean 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.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links