IBProcessSteps.CreateNewStep

Syntax

CreateNewStep(Type: BProcessStepType; Name: String; Process: IBProcess): IBProcessStep;

Parameters

Type. Type of created step.

Name. Step name.

Process. The process, in which a step is created.

Description

The CreateNewStep method creates a new step in the process.

Comments

The created step is not added automatically to the collection. After the step is created, and required parameters are set up, use the Add/Insert to add the step to the collection.

Example

The property use is given in the example for IBProcessSteps.Add, IBProcessSteps.Insert.

See also:

IBProcessSteps