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


ITemporalRecordSet.FeatureCacheWindow 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.FeatureCacheWindow Property
ArcGIS Developer Help

ITemporalRecordSet.FeatureCacheWindow Property

Determines the number of features to cache if FeaturesCached property is true.

[Visual Basic .NET]
Public Property FeatureCacheWindow As Integer
[C#]
public int FeatureCacheWindow {get; set;}
[C++]
HRESULT get_FeatureCacheWindow(
  System.Int32* percent
);
[C++]
HRESULT put_FeatureCacheWindow(
  Long percent
);
[C++]
Parameters
percent [out, retval]

percent is a parameter of type int* percent [in]
percent is a parameter of type int

Product Availability

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

See Also

ITemporalRecordSet Interface