StepType.CreateCombinedStepType
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
StepType.CreateCombinedStepType
Syntax
StepType.CreateCombinedStepType( combineWith)
Return Value
Returns the new combined step type.
Purpose
Combines two step types to create a new step type.
Remarks
If both step types have the same properties but have different values, the values associated with the step type you invoke this method upon take precedence.
Parameters
combineWith As StepType
[In] Specifies the step type to combine with this one.