MonobjcMonobjc Documented Class Library
ObjectWithID Method (identifier)
NamespacesMonobjc.ScriptingBridgeSBElementArrayObjectWithID(Id)

Returns the object in the array with the given identifier.

Original signature is '- (id)objectWithID:(id)identifier'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ObjectWithID(
	Id identifier
)
Public Overridable Function ObjectWithID ( _
	identifier As Id _
) As Id
public:
virtual Id^ ObjectWithID(
	Id^ identifier
)
Parameters
identifier (Id)
The identifier of one of the receiver's objects.
Return Value
A reference to the identified object or nil if could not be found.
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)