TopLevelDiagram class/Move Selected Objects method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 634900F
Scope VI Scripting
Data Name Move Selected Objects
Short Name* Move Selected Objects
Long Name* Move Selected Objects
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16423
Owning Class Name TopLevelDiagram Class
Return Data Type No return value
Invoke Node Move Selected Objects
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Moves the selected objects within this TopLevelDiagram by the number of pixels specified in X/Y Delta. This method simulates a mouse drag, and it has the same side effects associated with mouse-dragging in the development environment, including resizing an owner to contain the dragged objects, altering the selection list to include objects duplicated by the drag, and forcing a duplicate-drag when moving objects to another block diagram.

Parameters

Data type Name Required Description
Numeric Cluster X/Y Delta No Moves the selected objects the number of pixels specified in X and Y.
Generic Refnum New Owner No Moves objects such that they are all owned by the object specified in this parameter. If you do not specify a new owner with this parameter, all objects stay within their current owner.
Boolean Duplicate? No Creates a copy of the moved objects.

Uses

History

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

See Also

External Links