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


IObjectMemoizer.Remove Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IObjectMemoizer.Remove Method

Removes the previously memoized object associated with the specified key.

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

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

Product Availability

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

See Also

IObjectMemoizer Interface