This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IV > IVariantArray Interface > IVariantArray.Add Method (ArcObjects .NET 10.4 SDK) |
Add an element.
[Visual Basic .NET] Public Sub Add ( _ ByVal Element As Object _ )
[C#] public void Add ( object Element );
[C++]
HRESULT Add(
VARIANT Element
);
[C++]
Parameters Element [in] Element is a parameter of type VARIANT
Adds the element to the end of the array.