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
Name | Type | Description |
---|---|---|
viPath | String | Path to the VI whose version you want to get. |
versNum | unsigned long | Returns the version number of the VI specified in viPath. |
Return Value
String