Step.CanChangeStepType
- Updated2025-04-09
- 1 minute(s) read
Step.CanChangeStepType
Syntax
Step.CanChangeStepType( stepTypePtr = NULL)
Return Value
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 .