Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 624 Bytes

File metadata and controls

33 lines (26 loc) · 624 Bytes

DelSavedSetting

Description

Delete saved settings.

FUNCTION DelSavedSetting(
				category : STRING;
				setting  : STRING): BOOLEAN;
def vs.DelSavedSetting(category, setting):
    return BOOLEAN

Parameters

Name Type Description
category STRING The category for the setting.
setting STRING The setting to be deleted.

See Also

VS Functions: DelSavedSettings | SetSavedSetting | GetSavedSetting

Version

Availability: from Vectorworks 2014

Category