ProjectItem Methods (ActiveX)

LabView ActiveX Properties and Methods

ProjectItem Methods (ActiveX)

Installed With: Base Package

MethodDescription
AddFileAdds a file at the specified path to the LabVIEW project with the referenced project item as the parent. Details
AddItemAdds a new project item of the specified type to the LabVIEW project with the referenced item as the parent. Details
AddItemFromMemoryAdds an item that exists in memory to the LabVIEW project with the referenced project item as the parent. Details
DeleteRemoves the referenced project item from the LabVIEW project. If the item has children, the children also are deleted. Details
DeleteTagRemoves the named tag from the LabVIEW project item. Details
GetAllDescendentsReturns 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
GetTagReturns a tag value associated with the LabVIEW project item. Details
GetTagNamesReturns an array of tag names of all tags on the referenced LabVIEW project item. Details
GetXMLTagReturns the value in an XML tag. Details
SetTagSets a tag value associated with the LabVIEW project. Details
SetXMLTagSet the value of an XML tag associated with the LabVIEW project. Details