VS:GetCompAltSecFillCl/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

オブジェクトの構成要素の切り替え位置の面の前景色/背景色を取得します。

FUNCTION GetCompAltSecFillCl(
object :HANDLE;
componentIndex :INTEGER;
VAR alternateSectionFillForeColor :INTEGER;
VAR alternateSectionFillBackColor :INTEGER) : BOOLEAN;
def vs.GetCompAltSecFillCl(object, componentIndex):
    return (BOOLEAN, alternateSectionFillForeColor, alternateSectionFillBackColor)

Parameters

object HANDLE オブジェクトのハンドル(屋根、屋根スタイルまたは、屋根設定)
componentIndex INTEGER 構成要素の番号
alternateSectionFillForeColor INTEGER 切り替え位置の面の模様の前景色
alternateSectionFillBackColor INTEGER 切り替え位置の面の模様の背景色

Version

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

See Also

関連関数:

VS:SetCompAltSecFillCl

関連関数: [[VS:SetCompAltSecFillCl]]