DeployItems
- Updated2025-07-30
- 1 minute(s) read
Deploys an array of items in the LabVIEW project.
Syntax
object.DeployItems(items, silent, [UserName], [Password])Parameters
| Name | Type | Description |
|---|---|---|
| items | kLVProjectItemObjRef1 | 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. |
| UserName | String | Specifies the user name. |
| Password | string | Specifies the password to use to unlock a password-protected project library. |
Return Value
none