Copy (XNode Ability)
Copy (XNode Ability) | |
---|---|
List of XNode Abilities | |
Public Name: | Copy |
This ability VI is called by LabVIEW after the user copies an XNode. State In is the same as the original XNode's state. The generated code is copied from the old XNode and will not be regenerated unless you return the GenerateCode reply.
Default behavior: Produce an exact copy of the original XNode without regenerating the code.
This ability does not provide UI and OS messages are not handled.