VS:GetCoreWallComponent/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
(No difference)

Revision as of 14:30, 12 August 2013

.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]]