GetVIVersion
- Updated2025-07-30
- 1 minute(s) read
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