Requires: Base Development System
Method | Description |
---|---|
AddFile | Adds a file at the specified path to the LabVIEW project with the referenced project item as the parent. Details |
AddItem | Adds a new project item of the specified type to the LabVIEW project with the referenced item as the parent. Details |
AddItemFromMemory | Adds an item that exists in memory to the LabVIEW project with the referenced project item as the parent. Details |
Delete | Removes the referenced project item from the LabVIEW project. If the item has children, the children also are deleted. Details |
DeleteTag | Removes the named tag from the LabVIEW project item. Details |
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. Details |
GetTag | Returns a tag value associated with the LabVIEW project item. Details |
GetTagNames | Returns an array of tag names of all tags on the referenced LabVIEW project item. Details |
GetXMLTag | Returns the value in an XML tag. Details |
SetTag | Sets a tag value associated with the LabVIEW project. Details |
SetXMLTag | Set the value of an XML tag associated with the LabVIEW project. Details |