ArcObjects Library Reference (System)  

IVariantArray.Add Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Adds the element to the end of the array.

See Also

IVariantArray Interface