VS:GetVPLrOvrdOpty/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

ビューポートレイヤの不透明度を返します。

FUNCTION GetVPLrOvrdOpty(
viewportHandle :HANDLE;
layerHandle :HANDLE) : INTEGER;
def vs.GetVPLrOvrdOpty(viewportHandle, layerHandle):
    return INTEGER

Parameters

viewportHandle HANDLE ビューポートへのハンドル
layerHandle HANDLE レイヤへのハンドル

Return Value

ビューポートレイヤの不透明度 (0-100) を返します。

Version

Availability: from Vectorworks 2014

See Also

VS Functions:

VS:SetVPLrOvrdOpty

VS Functions: [[VS:SetVPLrOvrdOpty]]