ContentsIndexHome
PreviousUpNext
IProcedure::getArgument Method

Returns the IData object associated with the given n-th argument. 

 

C++
virtual class IData* getArgument(int index) = 0;
Parameters 
Description 
int index 
The 0-based index of the argument.  

An IData object associated with the given index-th argument. 

 

For input arguments, this IData can be used to store the input data. 

For output arguments, this IData contains the output data after running the procedure.