StepType.CreateCombinedStepType

Syntax

StepType.CreateCombinedStepType( combineWith)

Return Value

StepType

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.

See Also

StepType