MonobjcMonobjc Documented Class Library
SetValueForOutputKey Method (value, key)
NamespacesMonobjc.QuartzQCPlugInSetValueForOutputKey(Id, NSString)

Sets the value of an output port.

Original signature is '- (BOOL) setValue:(id)value forOutputKey:(NSString*)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SetValueForOutputKey(
	Id value,
	NSString key
)
Public Overridable Function SetValueForOutputKey ( _
	value As Id, _
	key As NSString _
) As Boolean
public:
virtual bool SetValueForOutputKey(
	Id^ value, 
	NSString^ key
)
Parameters
value (Id)
MISSING
key (NSString)
The key associated with the output port whose value you want to set.
Return Value
YES if successful; NO if called outside of the execute:atTime:withArguments: method.
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)