VS:SetWallCapAttributesType/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision: Japanese Reference for 2016)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
壁の端の属性を指定します。</desc>
壁の端の属性を設定します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 25: Line 25:
wall
wall
HANDLE
HANDLE
図形のハンドル
壁または円弧壁のハンドル
</line>
</line>
<line>
<line>
wallCapAttributesType
wallCapAttributesType
INTEGER
INTEGER
属性タイプ番号
壁の端の属性
</line>
</line>
</lineList>
</lineList>

Latest revision as of 12:33, 14 January 2016

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

Description

壁の端の属性を設定します。

PROCEDURE SetWallCapAttributesType(
wall :HANDLE;
wallCapAttributesType :INTEGER);
def vs.SetWallCapAttributesType(wall, wallCapAttributesType):
    return None

Parameters

wall HANDLE 壁または円弧壁のハンドル
wallCapAttributesType INTEGER 壁の端の属性

Version

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

See Also

関連関数:

VS:GetWallCapAttributesType

関連関数: [[VS:GetWallCapAttributesType]]