Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArray3_Item ( kArray3  array,
kSize  index0,
kSize  index1,
kSize  index2,
void *  item 
)

Gets the value of an item.

Parameters
arrayArray object.
index0First dimension index.
index1Second dimension index.
index2Third dimension index.
itemDestination for item that will be copied (by value) from the array.
Returns
Operation status.