AddPropertyVI Method
Installed With: Base Package
Class: PropertyFolder Methods (ActiveX)
Creates a new read or write property VI if you do not set viPath. If you set viPath, LabVIEW uses an existing VI as a property VI.
Syntax
object.AddPropertyVI([read], [viPath])
Parameters
Name | Type | Description |
---|---|---|
read | Boolean | If TRUE, creates a read property VI. If FALSE, creates a write property VI. The default is TRUE. |
viPath | path | Path to the property VI. This parameter is optional. If you specify a path, LabVIEW uses an existing VI as a property VI. |
Return Value
ProjectItem*