delete_preset
Description:
public abstract bool delete_preset (string name)
Delete the given preset.
Parameters:
this |
a Object that implements Preset
|
name |
preset name to remove
|
Returns:
true for success, false if e.g. there is no preset with that name
|