This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IV > IVariantArray Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control variant arrays.
The IVariantArray interface provides methods and properties for inserting, removing and accessing elements in a VarArray via a zero-based index.
Description | ||
---|---|---|
Add | Add an element. | |
Count | The element count. | |
Element | An element in the array. | |
Insert | Add an element at the specified posiiton. | |
Remove | Removes element at the specified position. | |
RemoveAll | Removes all elements. |
CoClasses and Classes | Description |
---|---|
VarArray | An object for holding a Variant array. |