VS:DelSavedSetting/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

保存された設定を削除します。

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

Parameters

category STRING 設定のカテゴリ
setting STRING 削除する設定

Return Value

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

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:DelSavedSettings | VS:SetSavedSetting | VS:GetSavedSetting

VS Functions:

[[VS:DelSavedSettings]] | [[VS:SetSavedSetting]]

| [[VS:GetSavedSetting]]