AddPropertyVI Method

LabView ActiveX Properties and Methods

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

NameTypeDescription
readBooleanIf TRUE, creates a read property VI. If FALSE, creates a write property VI. The default is TRUE.
viPathpathPath 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*