This document is archived and information here might be outdated. Recommended version. |
Fills the cache with features from the featureclass. All previously loaded features in the cache are removed.
[Visual Basic .NET] Public Sub AddFeatures ( _ ByVal fclass As IFeatureClass _ )
[C#] public void AddFeatures ( IFeatureClass fclass );
[C++]
HRESULT AddFeatures(
IFeatureClass* fclass
);
[C++] Parameters fclass [in]
fclass is a parameter of type IFeatureClass*
Adds the features in the specified features class that fit within the envelope the cache was initialized with to the cache.