Version Property
Syntax
NIVBAITargetControl.Version
Data Type
Purpose
Specifies the version of Vision Builder AI that you expect to be running on a target. This value cannot be set when a connection is active.
Remarks
By default, the NIVBAITargetControl will target the earliest available version of Vision Builder AI.
You can specify the following values for the Version property:
| Value | Description |
|---|---|
| vbaiOldestAvailableVersion | Uses the earliest available version of Vision Builder AI on the target. |
| vbaiLatestAvailableVersion | Uses the latest available version of Vision Builder AI on the target. |
| vbaiVersion261 | Uses Vision Builder AI 2.6.1 on the target. |
| vbaiVersion300 | Uses Vision Builder AI 3.0.0 on the target. |
| vbaiVersion350 | Uses Vision Builder AI 3.5.0 on the target. |
| vbaiVersion360 | Uses Vision Builder AI 3.6.0 on the target. |
| vbaiOldestAvailableVersion + vbaiVersion261 | Uses the earliest available version of Vision Builder AI greater than or equal to Vision Builder AI 2.6.1 on the target. |
| vbaiOldestAvailableVersion + vbaiVersion300 | Uses the earliest available version of Vision Builder AI greater than or equal to Vision Builder AI 3.0.0 on the target. |
| vbaiOldestAvailableVersion + vbaiVersion350 | Uses the earliest available version of Vision Builder AI greater than or equal to Vision Builder AI 3.5.0 on the target. |
| vbaiOldestAvailableVersion + vbaiVersion360 | Uses the earliest available version of Vision Builder AI greater than or equal to Vision Builder AI 3.6.0 on the target. |
| vbaiLatestAvailableVersion + vbaiVersion261 | Uses the latest available version of Vision Builder AI greater than or equal to Vision Builder AI 2.6.1 on the target. |
| vbaiLatestAvailableVersion + vbaiVersion300 | Uses the latest available version of Vision Builder AI greater than or equal to Vision Builder AI 3.0.0 on the target. |
| vbaiLatestAvailableVersion + vbaiVersion350 | Uses the latest available version of Vision Builder AI greater than or equal to Vision Builder AI 3.5.0 on the target. |
| vbaiLatestAvailableVersion + vbaiVersion360 | Uses the latest available version of Vision Builder AI greater than or equal to Vision Builder AI 3.6.0 on the target. |