ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MappingExtensions Class / TransformToGlobalID Method / TransformToGlobalID(StandaloneTable,IEnumerable<Int64>) Method
The table the objectIDs are associated with.
A set of objectIDs.
Version

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

Parameters

table
The table the objectIDs are associated with.
objectIDs
A set of objectIDs.

Return Value

Corresponding globalIDs (Empty if row not found, or table doesn't have globalIDs.)
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