ProjectItem Methods
Installed With: Base Package
View the class hierarchy.
Method | Description |
---|---|
Add File | Adds 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 Memory | Adds an item that exists in memory to the LabVIEW project with the referenced project item as the parent. Details |
Add Item | Adds 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 Folder | Connect this project item to a folder on disk. Details |
Delete | Removes 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 Descendents | Returns 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-populating | Disconnect this folder from a folder on disk. Details |
Tag:Delete | Removes the named tag from the LabVIEW project item. Details |
Tag:Get Names | Returns an array of tag names of all tags on the referenced project item. Details |
Tag:Get Tag | Returns a tag value associated with the project item. Details |
Tag:Get XML Tag | Returns the value in an XML tag. Details |
Tag:Set Tag | Sets a tag value associated with the LabVIEW project. Details |
Tag:Set XML Tag | Sets the value of an XML tag associated with the LabVIEW project. Details |