ProjectItem Methods

LabView Local Project Settings

ProjectItem Methods

Installed With: Base Package

View the class hierarchy.

MethodDescription
Add FileAdds a file at the specified path to the LabVIEW project with the referenced project item as the parent. You also can use the Project Explorer window to add a file to a project. Details
Add Item From MemoryAdds an item that exists in memory to the LabVIEW project with the referenced project item as the parent. Details
Add ItemAdds a new project item of the specified type to the LabVIEW project with the referenced item as the parent. You also can use the Project Explorer window to add an item to a project. Details
Convert to Auto-populating FolderConnect this project item to a folder on disk. Details
DeleteRemoves the referenced project item from the LabVIEW project. If the item has children, the children also are deleted. You also can use the Project Explorer window to remove items from the project. Details
Get All DescendentsReturns 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. Details
Stop Auto-populatingDisconnect this folder from a folder on disk. Details
Tag:DeleteRemoves the named tag from the LabVIEW project item. Details
Tag:Get NamesReturns an array of tag names of all tags on the referenced project item. Details
Tag:Get TagReturns a tag value associated with the project item. Details
Tag:Get XML TagReturns the value in an XML tag. Details
Tag:Set TagSets a tag value associated with the LabVIEW project. Details
Tag:Set XML TagSets the value of an XML tag associated with the LabVIEW project. Details