Sequence.GetStepByName

Syntax

Sequence.GetStepByName( nameOfStep, stepGroupParam)

Return Value

Step

Purpose

Returns a reference to the Step object you specify by name.

Remarks

Returns an error if no Step object exists with the name you specify.

Parameters

nameOfStep As String

[In] Specifies the name of the step for which you want a reference. When more than one step using the same name exists in the step group, the method returns the first step with that name. Name comparison is case-insensitive.

stepGroupParam As StepGroups

[In] Specifies a particular step group.

See Also

Sequence.GetStep

Sequence.GetStepByUniqueId

Sequence.GetStepIndex

Sequence.StepNameExists

Step

StepGroups