ArcObjects Library Reference (DataSourcesRaster)  

IUniqueStringValues.Add Method

Adds a value if necessary and returns its value ID.

[Visual Basic .NET]
Public Function Add ( _
    ByVal Value As String, _
    ByVal Count As Integer _
) As Integer
[C#]
public int Add (
    string Value,
    int Count
);
[C++]
HRESULT Add(
  BSTR Value,
  long Count,
  long* index
);
[C++]

Parameters

Value [in]   Value is a parameter of type BSTR 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

IUniqueStringValues Interface