VS:GetChoiceStringFromStoryBoundData/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 GetChoiceStringFromStoryBoundData(
boundType :INTEGER;
boundStory :INTEGER;
layerLevelType :STRING;
VAR choiceString :STRING);
def vs.GetChoiceStringFromStoryBoundData(boundType, boundStory, layerLevelType):
    return choiceString

Parameters

boundType INTEGER 高さ基準のタイプ : 0 - 初期設定の壁の高さ; 1 - レイヤ高さ Z; 2 - 高さ基準.
boundStory INTEGER 高さ基準のタイプ boundType = 2 の場合、0 : 図形の高さ基準; 1 : 上のストーリ; 2 : 下のストーリ
layerLevelType STRING レイヤのタイプ
choiceString STRING ストーリの高さ基準の選択ストリング

Version

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

See Also

関連関数:

VS:GetStoryBoundChoiceStrings | VS:GetStoryBoundDataFromChoiceString

関連関数:

[[VS:GetStoryBoundChoiceStrings]]

| [[VS:GetStoryBoundDataFromChoiceString]]