VS:GetCheckoutsComment/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

チェックアウトと反映に使用されるコメントを返します。

FUNCTION GetCheckoutsComment(
VAR comment :STRING) : BOOLEAN;
def vs.GetCheckoutsComment():
    return (BOOLEAN, comment)

Parameters

comment STRING コメント

Return Value

コメントを取得できた場合TRUEを返します。

Version

利用可能バージョン: Vectorworks 2016

See Also

関連関数:

VS:SetCheckoutsComment

関連関数: [[VS:SetCheckoutsComment]]