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


IUniqueMutliStringValues.Delete Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUniqueMutliStringValues.Delete Method

[Visual Basic .NET]
Public Sub Delete ( _
    ByVal stringArray As Object _
)
[C#]
public void Delete (
    object stringArray
);
[C++]
HRESULT Delete(
  VARIANT stringArray
);
[C++]

Parameters stringArray [in] stringArray is a parameter of type VARIANT

Product Availability

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

See Also

IUniqueMutliStringValues Interface