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


IObjectMemoizer.Exists Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IObjectMemoizer.Exists Method

Returns TRUE if a previously memoized object associated with the specified key is found.

[Visual Basic .NET]
Public Function Exists ( _
    ByVal vtKey As Object _
) As Boolean
[C#]
public bool Exists (
    object vtKey
);
[C++]
HRESULT Exists(
  VARIANT vtKey,
  VARIANT_BOOL* pbExists
);
[C++]

Parameters vtKey [in] vtKey is a parameter of type VARIANT pbExists [out, retval] pbExists is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IObjectMemoizer Interface