| Optional. A Variant value. A single Idenfifier value, or an array of zero or more Identifier values.
If the varIDs argument is a scalar Identifier value, then the index of the feature with that Identifier value is returned as a scalar long value. If no feature has the given Identifier, then minus 1 is returned.
If varIDs is an array of Identifier values to match, then an array of long index values is returned, giving the index corresponding to each Identifier. Identifiers that cannot be matched are returned with an negative index value.
|