Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 572 Bytes

File metadata and controls

30 lines (23 loc) · 572 Bytes

DelSavedSettings

Description

Delete all saved settings in the specified category.

FUNCTION DelSavedSettings(category : STRING): BOOLEAN;
def vs.DelSavedSettings(category):
    return BOOLEAN

Parameters

Name Type Description
category STRING The category to be deleted.

See Also

VS Functions: DelSavedSetting | SetSavedSetting | GetSavedSetting

Version

Availability: from Vectorworks 2014

Category