public static List<long> TransformToObjectIDs( BasicFeatureLayer layer, IEnumerable<Guid> globalIDs )
Public Overloads Shared Function TransformToObjectIDs( _ ByVal layer As BasicFeatureLayer, _ ByVal globalIDs As IEnumerable(Of Guid) _ ) As List(Of Long)
Parameters
- layer
- The layer the globalIDs are associated with.
- globalIDs
- A set of global IDs.
Return Value
Corresponding objectIDs (-1 if feature not found).