ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / SetAutoFillFeatureCache Method
The autofill flag.

In This Topic
    SetAutoFillFeatureCache Method
    In This Topic
    Sets the flag indicating if the feature cache is automatically filled for layers in the map.
    Syntax
    public void SetAutoFillFeatureCache( 
       bool autoFill
    )
    Public Sub SetAutoFillFeatureCache( _
       ByVal autoFill As Boolean _
    ) 

    Parameters

    autoFill
    The autofill flag.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also