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

In This Topic
    CanFillFeatureCache Method
    In This Topic
    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()
    Public Function CanFillFeatureCache() As Boolean

    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