LabVIEWClassControl class/ReplaceWithControlOfOtherClass method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 250F9800
Scope VI Scripting
Data Name ReplaceWithControlOfOtherClass
Short Name* ReplaceWithControlOfOtherClass
Long Name* ReplaceWithControlOfOtherClass
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 102
Owning Class Name LabVIEWClassControl Class
Return Data Type LabVIEWClassControl Refnum data type

LabVIEWClassControl Refnum

Invoke Node ReplaceWithControlOfOtherClass
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedNo
Settable when the VI is runningNo

Replaces this class control with the control of the class you specify. LabVIEW preserves the dynamic or non-dynamic status of the class.

Parameters

Data type Name Required Description
LabVIEWClassControl Refnum ReplaceWithControlOfOtherClass Yes. Return value.
LVClassLibrary RefnumLVClassLibrary Refnum ReplacementClassLibRef Yes Contains a reference to the class of the control with which you want to replace this control.

Uses

History

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

See Also

External Links