Returns a copy of the element (by value, not by reference) at index index (0-based) into a VariantArray. This method is implemented in Variant.
index
VariantArray
Variant
// PROTOTYPES Variant at(int index) const;