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


IObjectMemoizer2.Keys Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IObjectMemoizer2.Keys Property

The set of keys associated with this object memoizer.

[Visual Basic .NET]
Public ReadOnly Property Keys As IVariantArray
[C#]
public IVariantArray Keys {get;}
[C++]
HRESULT get_Keys(
  IVariantArray** ppKeys
);
[C++]

Parameters ppKeys [out, retval]
ppKeys is a parameter of type IVariantArray

Product Availability

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

See Also

IObjectMemoizer2 Interface