VS:GetCoreWallComponent/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: Japanese Reference for 2016)
 
(No difference)

Latest revision as of 12:28, 14 January 2016

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

Description

壁の構成要素の中のコア指定されている番号を返します。

FUNCTION GetCoreWallComponent(
object :HANDLE) : INTEGER;
def vs.GetCoreWallComponent(object):
    return INTEGER

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)

Return Value

The index of the core wall component. If it is 0, there is no core wall component.

Version

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

See Also

関連関数:

VS:SetCoreWallComponent

関連関数: [[VS:SetCoreWallComponent]]