VS:SetDescriptionText/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: 2015 VS Reference JP S)
 
(No difference)

Latest revision as of 06:09, 13 January 2015

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

Description

図形にユーザ定義の説明文を設定します。
説明文が未設定の場合データノードを追加します。

FUNCTION SetDescriptionText(
hObject :HANDLE;
descriptionText :DYNARRAY[] of CHAR) : BOOLEAN;
def vs.SetDescriptionText(hObject, descriptionText):
    return BOOLEAN

Parameters

hObject HANDLE 図形のハンドル
descriptionText DYNARRAY[] of CHAR 説明文

Return Value

説明文が正しく設定されたかどうかを返します。

Version

Availability: from Vectorworks 2015

See Also

VS Functions:

VS:GetDescriptionText

VS Functions: [[VS:GetDescriptionText]]