ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionSet Class / FromDictionary Method / FromDictionary<T>(Dictionary<T,List<Int64>>) Method
The collection of mapMembers and their corresponding objectIDs
Version

FromDictionary<T>(Dictionary<T,List<Int64>>) Method
Creates a SelectionSet object from the dictionary of records.
Syntax
public new static SelectionSet FromDictionary<T>( 
   Dictionary<T,List<long>> dict
)
where T: MapMember

Parameters

dict
The collection of mapMembers and their corresponding objectIDs

Type Parameters

T

Return Value

A SelectionSet
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also