MonobjcMonobjc Documented Class Library
ValueForOutputKeyOfType Method (key, type)
NamespacesMonobjc.QuartzQCRendererValueForOutputKeyOfType(NSString, NSString)

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
C#Visual BasicVisual C++
public virtual Id ValueForOutputKeyOfType(
	NSString key,
	NSString type
)
Public Overridable Function ValueForOutputKeyOfType ( _
	key As NSString, _
	type As NSString _
) As Id
public:
virtual Id^ ValueForOutputKeyOfType(
	NSString^ key, 
	NSString^ type
)
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)