Set the movie attribute attributeKey to the value specified by the value parameter.
Original signature is '- (void)setAttribute:(id)value forKey:(NS String *)attributeKey'
Available in Mac OS X v10.3 and later.

Declaration Syntax
public virtual void SetAttributeForKey(
Id value,
NSString attributeKey
)
Public Overridable Sub SetAttributeForKey ( _
value As Id, _
attributeKey As NSString _
)
public:
virtual void SetAttributeForKey(
Id^ value,
NSString^ attributeKey
)

Parameters
- value (Id)
- MISSING
- attributeKey (NSString)
- MISSING

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