This document is archived and information here might be outdated.  Recommended version.


IUniqueMutliStringValues.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUniqueMutliStringValues Interface > IUniqueMutliStringValues.Add Method
ArcGIS Developer Help

IUniqueMutliStringValues.Add Method

[Visual Basic .NET]
Public Function Add ( _
    ByVal stringArray As Object, _
    ByVal Count As Integer _
) As Integer
[C#]
public int Add (
    object stringArray,
    int Count
);
[C++]
HRESULT Add(
  VARIANT stringArray,
  long Count
);
[C++]
Parameters
stringArray [in]

stringArray is a parameter of type VARIANT Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IUniqueMutliStringValues Interface