FindStep Function
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
FindStep Function
Syntax
Step FindStep(PropertyObject propertyObject, String uniqueStepId)
Return Value
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.