AddItemFromMemory Method

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.

Syntax

object.AddItemFromMemory(name)

Parameters

NameTypeDescription
nameStringName that exists in memory, such as foo.vi, of the project item you want to add.

Return Value

ProjectItem*