UutIndex Property (AProgram) |
Version 8 |
Returns the program object UUT index.
[ lIndex = ] Object.UutIndex
The UutIndex property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AProgram |
AProgram object |
|
lIndex |
Long |
0 based index of the program UUT index that the program object run. |
This UUT index is to determine the instance of the program ran.
The following statement gets the program object UUT index:
lUutIndex = obProgram.UutIndex