Object Existence Test

Tests whether an object exists in the current file.

 

Input Arguments

 

0

Collection Object Name

Object Name

The name of the object to check for.

1

Step ID

Step if Object does exist

The step to jump to if the specified object exists.

2

Step ID

Step if Object doesn’t exist

The step to jump to if the specified object does not exist.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The specified object exists.

FAILURE

The specified object does not exist.

 

Remarks

None.