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


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

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