GObject class/Replace method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 632A402
Scope VI Scripting
Data Name Replace
Short Name* Replace
Long Name* Replace
* 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 GObject Refnum data type

GObject Refnum

Invoke Node Replace
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

Replaces the current object with a new object and returns a reference to the new object. Use only one of the following inputs to specify the new object: Style, Path, or Palette String.

Parameters

Data type Name Required Description
GObject Refnum Replace Yes. Return value.
U32 Style No Replaces the current object with a built-in object.
Path Path No Replaces the current object with a control or a subVI.
String Palette String No Specifies the name of the object on the palettes.

Uses

History

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

See Also

External Links