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