VS:SetVPClOvrdPenOpty/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

ビューポートクラスの線の不透明度を設定します。

PROCEDURE SetVPClOvrdPenOpty(
viewportHandle :HANDLE;
className :STRING;
penOpacity :INTEGER);
def vs.SetVPClOvrdPenOpty(viewportHandle, className, penOpacity):
    return None

Parameters

viewportHandle HANDLE ビューポートへのハンドル
className STRING クラスの名前
penOpacity INTEGER 線の不透明度のパーセント (0-100)

Return Value

ビューポートクラスが存在した場合TRUEを返します。
その他の場合FALSEを返します。

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:GetVPClOvrdPenOpty

VS Functions: [[VS:GetVPClOvrdPenOpty]]