ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / MapControlContentFactory Class / IsItemSupported Method
The Item to check.

In This Topic
    IsItemSupported Method (MapControlContentFactory)
    In This Topic
    Determines if the Item can be displayed by the MapControl.
    Syntax
    Public Shared Function IsItemSupported( _
       ByVal item As Item _
    ) As Boolean
    public static bool IsItemSupported( 
       Item item
    )

    Parameters

    item
    The Item to check.

    Return Value

    True value indicates that the item can be displayed by the control.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also