VS:DelSavedSettings/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

指定したカテゴリの保存された設定を全て削除します。

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

Parameters

category STRING 削除の対象となるカテゴリ

Return Value

成功した場合TRUEを返します。

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:DelSavedSetting | VS:SetSavedSetting | VS:GetSavedSetting

VS Functions:

[[VS:DelSavedSetting]] | [[VS:SetSavedSetting]]

| [[VS:GetSavedSetting]]