This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCache2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control a cache of features in memory for a particular spatial extent.
Description | ||
---|---|---|
AddFeatures | Fills the cache with features from the featureclass. Clip envelope may be null. | |
AddLayers | Fills the cache with the features from the specified layers. Clip envelope may be null. | |
Contains | Returns true if the point is contained in the cache. | |
Count | The number of features in the cache. | |
Feature | The nth feature. | |
Initialize | Initializes the cache with a given size and location. |
CoClasses and Classes | Description |
---|---|
FeatureCache | A cache of features in memory for a particular spatial extent. |