VS:SetDefGenStoryBound/ja

From Vectorworks Developer
Revision as of 06:51, 11 January 2017 by Kimura (talk | contribs) (1 revision: 2017 JP S)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

kObjXPropSupportGenericStoryLevelプロパティを持つプラグインオブジェクトのデフォルトのストーリ高さ基準情報を設定します。

FUNCTION SetDefGenStoryBound(
format :HANDLE;
boundType :INTEGER;
boundStory :INTEGER;
layerLevelType :STRING;
offSet :REAL) : BOOLEAN;
def vs.SetDefGenStoryBound(format, boundType, boundStory, layerLevelType, offSet):
    return BOOLEAN

Parameters

format HANDLE プラグインオブジェクト定義のレコードフォーマット
boundType INTEGER 高さ基準のタイプ:
boundStory INTEGER 高さを参照するストーリ:
layerLevelType STRING ストーリレベル
offSet REAL 高さオフセット

Return Value

デフォルトの高さを設定できた場合TRUEを返します。 引数のオブジェクトがレコードフォーマットでなかった場合、kObjXPropSupportGenericStoryLevelプロパティーを持つプラグインと関連付けられていなかった場合FALSEを返します。

Version

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

See Also

関連関数:

VS:GetDefGenStoryBound

関連関数: [[VS:GetDefGenStoryBound]]