Returns the object at the given location in the receiver.
Original signature is '- (id) objectAtLocation:(id)loc'
Available in Mac OS X v10.5 and later.


- loc (Id)
- An object that specifies the absolute position of the object within the array. It can be an integer index, a list of coordinates, a URL, or other determinant. See the discussion for clarification.

A reference to the SBObject object identified by loc or nil if the object couldn’t be located.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)