GObject class/Replace No Attributes method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 632A403
Scope VI Scripting
Data Name Replace No Attrib
Short Name* Replace No Attrib
Long Name* Replace No Attributes
* 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 No Attributes
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. This method does not maintain any size or color attributes of the object you replace.

Parameters

Data type Name Required Description
GObject Refnum Replace No Attributes 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