ContentsIndexHome
PreviousUpNext
IProcedure.getArgument Method

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

 

Java
IData getArgument(int index);
Parameters 
Description 
int index 
The 0-based index of the argument.  

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