ArcGIS Pro 3.2 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.

In This Topic
    TransformToObjectIDs(StandaloneTable,IEnumerable<Guid>) Method
    In This Topic
    Translate the globalIDs to objectIDs.
    Syntax
    public static List<long> TransformToObjectIDs( 
       StandaloneTable table,
       IEnumerable<Guid> globalIDs
    )
    Public Overloads Shared Function TransformToObjectIDs( _
       ByVal table As StandaloneTable, _
       ByVal globalIDs As IEnumerable(Of Guid) _
    ) As List(Of Long)

    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