VS:GetStoryBoundChoiceStrings/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

ストーリの高さ基準コントロールの選択ストリングを返します。

PROCEDURE GetStoryBoundChoiceStrings(
story :HANDLE;
topBound :BOOLEAN;
VAR strings :ARRAY);
def vs.GetStoryBoundChoiceStrings(story, topBound):
    return strings

Parameters

story HANDLE ストーリのハンドル、またはNIL。
topBound BOOLEAN 高さ基準(上)と高さ基準(下)のどちらか指定
strings ARRAY 選択ストリング

Version

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

See Also

関連関数:

VS:GetStoryBoundDataFromChoiceString | VS:GetChoiceStringFromStoryBoundData

関連関数:

[[VS:GetStoryBoundDataFromChoiceString]]

| [[VS:GetChoiceStringFromStoryBoundData]]