Methods

MethodDescription
AddFile

Adds a file at the specified path to the LabVIEW project with the referenced project item as the parent.

AddItem

Adds a new project item of the specified type to the LabVIEW project with the referenced item as the parent.

AddItemFromMemory

Adds an item that exists in memory to the LabVIEW project with the referenced project item as the parent.

Delete

Removes the referenced project item from the LabVIEW project. If the item has children, the children also are deleted.

DeleteTag

Removes the named tag from the LabVIEW project item.

GetAllDescendents

Returns LabVIEW project items that are descendents of the referenced item. If you specify a value for type, this method only returns project items of the specified type.

GetTag

Returns a tag value associated with the LabVIEW project item.

GetTagNames

Returns an array of tag names of all tags on the referenced LabVIEW project item.

GetXMLTag

Returns the value in an XML tag.

SetTag

Sets a tag value associated with the LabVIEW project.

SetXMLTag

Set the value of an XML tag associated with the LabVIEW project.