VS:GetStoryBoundChoiceStrings/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:32, 12 August 2013

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