ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Gallery Class / ItemCollectionCopy Property

In This Topic
    ItemCollectionCopy Property
    In This Topic
    Gets a copy of the gallery's items which is safe to iterate over from any thead.
    Syntax
    public List<object> ItemCollectionCopy {get;}
    Public ReadOnly Property ItemCollectionCopy As List(Of Object)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also