FindStep Function
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.