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


IObjectMemoizer.Exists Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IObjectMemoizer Interface > IObjectMemoizer.Exists Method
ArcGIS Developer Help

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
);
[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