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


IObjectMemoizer2.Keys Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IObjectMemoizer2 Interface > IObjectMemoizer2.Keys Property
ArcGIS Developer Help

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