This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IObjectMemoizer Interface > IObjectMemoizer.Exists Method (ArcObjects .NET 10.4 SDK) |
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