VS:GetCompUseClassLPCl/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

オブジェクトの構成要素の線種(左側)にクラス属性の線の色を使用しているかどうかのフラグを取得します。

FUNCTION GetCompUseClassLPCl(
object :HANDLE;
componentIndex :INTEGER;
VAR useClassPenColorsForLeftPen :BOOLEAN) : BOOLEAN;
def vs.GetCompUseClassLPCl(object, componentIndex):
    return (BOOLEAN, useClassPenColorsForLeftPen)

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
componentIndex INTEGER 構成要素の番号
useClassPenColorsForLeftPen BOOLEAN クラス属性の線の色を使用している/いない

Version

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

See Also

関連関数:

VS:SetCompUseClassLPCl

関連関数: [[VS:SetCompUseClassLPCl]]