ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / SystemFavoritesManager Class / GetSystemFavorite Method
The item to retrieve from the system favorites collection.

In This Topic
    GetSystemFavorite Method
    In This Topic
    Gets the item from the system favorite collection.
    Syntax
    Public Function GetSystemFavorite( _
       ByVal item As Item _
    ) As Favorite
    public Favorite GetSystemFavorite( 
       Item item
    )

    Parameters

    item
    The item to retrieve from the system favorites collection.

    Return Value

    The favorite item or null if the item is not a part of the system favorites collection.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also