You can use the generic Object to pass it out.
Then convert it back to the 3 dimensional array using CType or one of the other conversion methods.

This converts the object back to an array, then gets the word at (0,0,0), which in this case is “Hello”.
