Instance Method
setAttributesFast(_:format:) setAttributesFast:format: setAttributesFast_format_
Replaces all attributes without registering undo or notifying the parent.
Declaration
func setAttributesFast(_ attributes: [GSShapeKey : Any], format: GSFormatVersion)Declaration
- (void) setAttributesFast:(NSDictionary<NSString *,id> *) attributes format:(GSFormatVersion) format;Declaration
setAttributesFast_format_(attributes: dict[str, object], format: GSFormatVersion)Parameters
formatThe file format version used to decode attribute values.
See Also
Attributes
Additional values associated with the object.
The number of attributes.
The value for an attribute key, or
nilif no value is set.Sets or removes an attribute.
Replaces all attributes using values encoded for a file format version.
Removes an attribute.