AddItemFromMemory
- Updated2025-07-30
- 1 minute(s) read
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*