GetVIVersion Method

LabView ActiveX Properties and Methods

GetVIVersion Method

Installed With: Base Package

Class: Application Methods (ActiveX)

Returns the version of LabVIEW in which the VI was last saved. LabVIEW does not open the VI when retrieving the version information. If you specify a path to a file that is not a VI, LabVIEW returns error 6559.

Syntax

object.GetVIVersion(viPath, versNum)

Parameters

NameTypeDescription
viPathStringPath to the VI whose version you want to get.
versNumunsigned longReturns the version number of the VI specified in viPath.

Return Value

String