MonobjcMonobjc Documented Class Library
ObjectAtLocation Method (loc)
NamespacesMonobjc.ScriptingBridgeSBElementArrayObjectAtLocation(Id)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ObjectAtLocation(
	Id loc
)
Public Overridable Function ObjectAtLocation ( _
	loc As Id _
) As Id
public:
virtual Id^ ObjectAtLocation(
	Id^ loc
)
Parameters
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.
Return Value
A reference to the SBObject object identified by loc or nil if the object couldn’t be located.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.ScriptingBridge (Module: Monobjc.ScriptingBridge)