VS:DelSavedSetting/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: 2014J VS Reference D)
 
(No difference)

Latest revision as of 02:03, 16 January 2014

.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]]