ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / CanFillFeatureCache Method
Version

CanFillFeatureCache Method
Determines whether a fill feature cache operation can be executed. Only one fill feature cache operation can be exxecuted at any one time.
Syntax
public bool CanFillFeatureCache()

Return Value

True if the cache can be filled. False if an existing fill cache operation is in progress.
Remarks
You should use this function before calling FillFeatureCacheAsync(Boolean) or FillFeatureCacheAsync(IEnumerable<Layer>,Boolean) to ensure that an existing fill feature cache operation is not already in progress.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also