AddItemFromMemory Method
Installed With: Base Package
Class: ProjectItem Methods (ActiveX)
Adds an item that exists in memory to the LabVIEW project with the referenced project item as the parent.
Syntax
object.AddItemFromMemory(name)
Parameters
Name | Type | Description |
---|---|---|
name | String | Name that exists in memory, such as foo.vi, of the project item you want to add. |
Return Value
ProjectItem*