Returns the current value on an output port (identified by its key) of the root patch of the composition. (required)
Original signature is '- (id) valueForOutputKey:(NSString*)key ofType:(NSString*)type'
Available in Mac OS X v10.5 and later.

Declaration Syntax
Public Overridable Function ValueForOutputKeyOfType ( _
key As NSString, _
type As NSString _
) As Id

Parameters
- key (NSString)
- The key associated with an output port for the root patch of a composition. This method throws an exception if key is invalid.
- type (NSString)
- A string that specifies the class.

Return Value
The value.

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.Quartz (Module: Monobjc.Quartz)