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

Sets the value of an item.

Parameters
arrayArray object.
index0First dimension index.
index1Second dimension index.
index2Third dimension index.
itemPointer to item that will be copied (by value) into the array.
Returns
Operation status.