Add an element.
[Visual Basic .NET] Public Sub Add ( _ ByVal Element As String _ )
[C#] public void Add ( string Element );
[C++]
HRESULT Add(
BSTR Element
);
[C++]Parameters
Element [in] Element is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Adds the element to the end of the array.