returns the execution iterations of each step as a sorted list
   
                
    Namespace: 
   FlowWright.cDevDeAPI
    Assembly:
   cDevDeAPI (in cDevDeAPI.dll)
public SortedDictionary<int, clsExecutionIteration> getExecutionIterations(
	int iStartExecID
)
Public Function getExecutionIterations ( _
	iStartExecID As Integer _
) As SortedDictionary(Of Integer, clsExecutionIteration)
public:
SortedDictionary<int^, clsExecutionIteration^>^ getExecutionIterations(
	int^ iStartExecID
)
Parameters
- iStartExecID
 - Type: Int32
The i start execute identifier. 
Return Value
SortedList<System.Int32, clsExecutionIteration>.