FindStep Function

Syntax

Step FindStep(PropertyObject propertyObject, String uniqueStepId)

Return Value

Step

A reference to the Step object, if it was found. Otherwise, returns nothing.

Purpose

This function searches the propertyObject, which must be either a Sequence or a SequenceFile, for the step identified by the specified unique step Id.

Parameters

propertyObject as PropertyObject

A Sequence or SequenceFile property object.

uniqueStepId as String

A unique step Id string.