Hi Aaron,
>>Do I somehow use the sequenceArgsParam\editArgsParam\InteractiveArgsParam parameters on the IEngine::NewExecution method to define steps I want to execute
That's correct. Have a look at the default Operator Interface code of the language you are using.
Basicly you create An IEngine.NewEditArgs and setup the Selected SequenceFile, the SelectedSequence, The SelectedStepGroup and the Selected steps.
Then do the same for the IEngine.NewInteractiveArgs and similars for the SequenceArgs.
Theres quite a bit involved, so it would be better to look at the default full Operator Interface. Then you pass the references to the NewExecution; editArgsParam, sequenceArgsParam and interactiveArgsParam.
What language are you writing your Operator Interface in?
Regards
Ray Farmer
Regards
Ray Farmer
