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


ITemporalRecordSet.CacheFeatures Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalRecordSet Interface > ITemporalRecordSet.CacheFeatures Property
ArcGIS Developer Help

ITemporalRecordSet.CacheFeatures Property

Controls whether features are cached in the renderer's feature memory or are read from the feature class.

[Visual Basic .NET]
Public Property CacheFeatures As Boolean
[C#]
public bool CacheFeatures {get; set;}
[C++]
HRESULT get_CacheFeatures(
  Boolean* cacheTheFeatures
);
[C++]
HRESULT put_CacheFeatures(
  VARIANT_BOOL cacheTheFeatures
);
[C++]
Parameters
cacheTheFeatures [out, retval]

cacheTheFeatures is a parameter of type bool* cacheTheFeatures [in]
cacheTheFeatures is a parameter of type bool

Product Availability

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

See Also

ITemporalRecordSet Interface