Controls whether Features are cached in the renderer's feature memory or are read from the feature class.
[Visual Basic 6.0] Property CacheFeatures As Boolean
[Visual Basic .NET] Public Property CacheFeatures As Boolean
[C#] public bool CacheFeatures {get; set;}
[Java] public boolean isCacheFeatures() throws IOException, AutomationException
[Java] public void setCacheFeatures( boolean CacheFeatures ) throws IOException, AutomationException
[C++]
HRESULT get_CacheFeatures(
VARIANT_BOOL* pbAreFeaturesCached
);
[C++] HRESULT put_CacheFeatures( VARIANT_BOOL pbAreFeaturesCached);
Parameters
pbAreFeaturesCached [out, retval]
pbAreFeaturesCached is a parameter of type VARIANT_BOOL
pbAreFeaturesCached [in]
pbAreFeaturesCached is a parameter of type VARIANT_BOOL
This property controls whether features are cached in the renderer's feature memory or are read from the feature class.