ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxFeatureClass.CachingMode Property

The feature class caching mode.

[Visual Basic .NET]
Public Property CachingMode As esriTxFeatureClassCachingMode
[C#]
public esriTxFeatureClassCachingMode CachingMode {get; set;}
[C++]
HRESULT get_CachingMode(
  esriTxFeatureClassCachingMode* CachingMode
);
[C++]
HRESULT put_CachingMode(
  esriTxFeatureClassCachingMode CachingMode
);
[C++]

Parameters

CachingMode [out, retval]

  CachingMode is a parameter of type esriTxFeatureClassCachingMode

CachingMode [in]

  CachingMode is a parameter of type esriTxFeatureClassCachingMode

Product Availability

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

See Also

ITxFeatureClass Interface