This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStringArray Interface > IStringArray.Add Method (ArcObjects .NET 10.4 SDK) |
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
Adds the element to the end of the array.