VS:GetCompAltSecFill/ja

From Vectorworks Developer
Revision as of 12:28, 14 January 2016 by Kimura (talk | contribs) (1 revision: Japanese Reference for 2016)
(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

オブジェクトの構成要素の切り替え位置の面のスタイルを取得します。

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

Parameters

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

Version

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

See Also

関連関数:

VS:SetCompAltSecFill

関連関数: [[VS:SetCompAltSecFill]]