ArcObjects Library Reference (DataSourcesRaster)  

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,
  long* index
);
[C++]

Parameters

stringArray [in]   stringArray is a parameter of type VARIANT Count [in]   Count is a parameter of type long index [out, retval]   index is a parameter of type long

Product Availability

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

See Also

IUniqueMutliStringValues Interface