This document is archived and information here might be outdated. Recommended version. |
An object for holding a Variant array.
A VarArray (Variant Array) is the most heterogeneous of the ArcObjects arrays. It operates in a similar manner to an Array object, but in addition to storing object references, it can store numeric values, text, dates, booleans, or any data corresponding to a VARIANT as defined in the Microsoft Automation SDK; this is equivalent to the Visual Basic 6 Variant data type.
Interfaces | Description |
---|---|
IPersist | |
IPersistStream | |
IVariantArray | Provides access to members that control variant arrays. |
IXMLSerialize | Provides access to members that XML serialize and deserialize an object to/from XML. |