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


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

IObjectMemoizer.Get Method

Retrieves the previously memoized object associated with the specified key and increments its usage count.

[Visual Basic .NET]
Public Function Get ( _
    ByVal vtKey As Object _
) As Object
[C#]
public object Get (
    object vtKey
);
[C++]
HRESULT Get(
  VARIANT vtKey,
  LPUNKNOWN* ppObject
);
[C++]

Parameters vtKey [in] vtKey is a parameter of type VARIANT ppObject [out, retval] ppObject is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IObjectMemoizer Interface