VS:SetSlabStyle/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

スラブのスラブスタイルを設定します。

PROCEDURE SetSlabStyle(
slab :HANDLE;
slabStyle :LONGINT);
def vs.SetSlabStyle(slab, slabStyle):
    return None

Parameters

slab HANDLE スラブ
slabStyle LONGINT スラブに適用するスラブスタイルの参照番号。スタイルなしの場合は0

Version

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

See Also

関連関数:

VS:GetSlabStyle

関連関数: [[VS:GetSlabStyle]]