VS:SetComponentClass/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 25: Line 25:
object
object
HANDLE
HANDLE
壁または壁スタイルのハンドル<BR>
オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
NILの場合はデフォルト壁スタイルを参照します。
</line>
</line>
<line>
<line>

Revision as of 12:33, 14 January 2016

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

Description

ハンドルで指定した壁の、指定した番号の構成要素のクラスを設定します。ハンドルがNILならば、この関数はデフォルト壁スタイルに作用します。

FUNCTION SetComponentClass(
object :HANDLE;
componentIndex :INTEGER;
componentClass :LONGINT) : BOOLEAN;
def vs.SetComponentClass(object, componentIndex, componentClass):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
componentIndex INTEGER 構成要素の番号
componentClass LONGINT 構成要素のクラスの名前

Version

利用可能バージョン: VectorWorks 2008

See Also

関連関数:

VS:GetComponentClass

関連関数: [[VS:GetComponentClass]]