VS:GetComponentFill/ja

From Vectorworks Developer
Revision as of 15:41, 17 May 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

壁の中心線の線の模様を返します。成功した場合はTRUEを返します。

FUNCTION GetComponentFill(
object :HANDLE;
componentIndex :INTEGER;
VAR fill :LONGINT) : BOOLEAN;
def vs.GetComponentFill(object, componentIndex):
    return (BOOLEAN, fill)

Parameters

object HANDLE 壁または壁スタイルのハンドル
componentIndex INTEGER 構成要素の番号
fill LONGINT 面の模様番号

Version

利用可能バージョン: VectorWorks12.0

See Also

関連関数:

VS:SetComponentFill

関連関数: [[VS:SetComponentFill]]