Step.CanChangeStepType

Syntax

Step.CanChangeStepType( stepTypePtr = NULL)

Return Value

Boolean

Returns True if the step allows changing to the specified step type. Otherwise, returns False .

Purpose

Returns a value that indicates whether the step allows changing the step type.

Remarks

Call this method before calling the Step.ChangeStepType method to ensure that an error does not occur.

Parameters

stepTypePtr As StepType

[In] Specifies a step type that checks if the step allows changing to that specific step type. Pass the default value of NULL to check if the step allows changing to any step type.

This parameter has a default value of NULL .

See Also

Step.CanChangeAdapter

Step.ChangeStepType

StepType