DeployItems Method
Installed With: Base Package
Class: Project Methods (ActiveX)
Deploys an array of items in the LabVIEW project.
Syntax
object.DeployItems(items, silent)
Parameters
Name | Type | Description |
---|---|---|
items | ProjectItem* | Specifies an array of references to items in the project. |
silent | Boolean | If TRUE, LabVIEW does not display any dialog boxes during the deploy operation. |
Return Value
none