VS:GetChoiceStringFromStoryBoundData/ja

From Vectorworks Developer
Revision as of 14:30, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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