Application class/Class Operator.Remove method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 7EA
Scope VI Scripting
Data Name Class Operator.Remove
Short Name* Class Operator.Remove
Long Name* Class Operator:Remove
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type Boolean data type

Boolean

Invoke Node Class Operator:Remove
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedNo

Removes the operator VI associated with the specified class. Returns FALSE if it does not find the operator VI.

Parameters

Data type Name Required Description
Boolean Class Operator:Remove Yes. Return value.
String Class Name Yes The class of the operator VI.
String Operator Name Yes Name of the operator VI.
VI Refnum VI Reference No The reference to the operator VI.

Uses

History

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

See Also

External Links