Returns an instance of an SBObject subclass initialized with the given data.
Original signature is '- (id)initWithData:(id)data'
Available in Mac OS X v10.5 and later.


- data (Id)
- An object containing data for the new SBObject object. The data varies according to the type of scripting object to be created.

An SBObject object or nil if the object could not be initialized.

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