ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / TransformToObjectIDs Method / TransformToObjectIDs(StandaloneTable,IEnumerable<Guid>) Method
The table the globalIDs are associated with.
A set of global IDs.
Version

TransformToObjectIDs(StandaloneTable,IEnumerable<Guid>) Method
Translate the globalIDs to objectIDs.
Syntax
public static List<long> TransformToObjectIDs( 
   StandaloneTable table,
   IEnumerable<Guid> globalIDs
)

Parameters

table
The table the globalIDs are associated with.
globalIDs
A set of global IDs.

Return Value

Corresponding objectIDs (-1 if row not found).
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also