Jump to content

Application class/Class Operator.Remove method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Category reorg
Line 62: Line 62:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Revision as of 14:02, 7 May 2020

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