Engine.NewStepType
Creates and returns a new StepType object.
You must specify the name of the new step type by setting StepType.Name. You can add the type to a TypeUsageList object to associate the type with a particular PropertyObjectFile object. Once you create the step type, you can use NewStep to create an instance of the type.