Instance Method
setPieceValue(_:forKey:) setPieceValue:forKey: setPieceValue_forKey_
Sets an explicit interpolation value for a smart-component axis.
Declaration
func setPieceValue(_ value: CGFloat, forKey key: String)Declaration
- (void) setPieceValue:(CGFloat) value forKey:(NSString *) key;Declaration
setPieceValue_forKey_(value: float, key: str)Parameters
keyThe axis ID.
See Also
Smart Components
Explicit interpolation values for smart-component axes.
Replaces the smart-component settings without copying, undo, or change notifications.
Removes an explicit interpolation value for a smart-component axis.
The explicit interpolation value for a smart-component axis, or
nilwhen the axis has no explicit value.The effective interpolation value for a smart-component axis.
See Also
Smart Components
Explicit interpolation values for smart-component axes.
Replaces the smart-component settings without copying, undo, or change notifications.
Removes an explicit interpolation value for a smart-component axis.
The explicit interpolation value for a smart-component axis.
The effective interpolation value for a smart-component axis.