UutIndex Property (AProgram)

Version 8

Returns the program object UUT index.

Syntax

[ 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.

Comments

This UUT index is to determine the instance of the program ran.

Example

The following statement gets the program object UUT index:

lUutIndex = obProgram.UutIndex

Applies to

AProgram

See Also

AApp.UutIndex