CreateNewStep(Type: BProcessStepType; Name: String; Process: IBProcess): IBProcessStep;
Type. Type of created step.
Name. Step name.
Process. The process, in which a step is created.
The CreateNewStep method creates a new step in the process.
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.
The property use is given in the example for IBProcessSteps.Add, IBProcessSteps.Insert.
See also: