set_properties#
- Band.set_properties(properties: dict[str, str | bool | float | list] | list[str], skipChecks: bool = True) None#
Set multiple node properties simultaneously.
This method is intended for scripts that need to write multiple properties efficiently.
- Parameters:
- Raises:
TypeErrorIf
propertiesis not a dictionary or list of strings.ValueErrorIf property assignment fails.