ArcGIS Pro 2.9 API Reference Guide
TransformToGlobalID(StandaloneTable,IEnumerable<Int64>) Method

ArcGIS.Desktop.Mapping Namespace > MappingExtensions Class > TransformToGlobalID Method : TransformToGlobalID(StandaloneTable,IEnumerable<Int64>) Method
ObjectIDs
Translate the objectIDs to GlobalIDs
Syntax
public static List<Guid> TransformToGlobalID( 
   StandaloneTable table,
   IEnumerable<long> objectIDs
)
Public Overloads Shared Function TransformToGlobalID( _
   ByVal table As StandaloneTable, _
   ByVal objectIDs As IEnumerable(Of Long) _
) As List(Of Guid)

Parameters

table
objectIDs
ObjectIDs

Return Value

Corresponding GlobalIDs (Empty if feature not found, or 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, Windows 8.1

See Also

Reference

MappingExtensions Class
MappingExtensions Members
Overload List