Requires: Base Development System
Class: ProjectItem Methods (ActiveX)
Adds an item that exists in memory to the LabVIEW project with the referenced project item as the parent.
object.AddItemFromMemory(name)
Name | Type | Description |
---|---|---|
name | String | Name that exists in memory, such as foo.vi, of the project item you want to add. |
ProjectItem*