VS:SetVPClOvrdFillOpty/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 41: Line 41:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<return>
<return>
ビューポートクラスの面の不透明度が設定できた場合TRUEを返します。[[BR]]その他の場合FALSEを返します。</return>
ビューポートクラスの面の不透明度が設定できた場合TRUEを返します。<BR>その他の場合FALSEを返します。</return>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 09:58, 16 January 2014

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

Description

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

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

Parameters

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

Return Value

ビューポートクラスの面の不透明度が設定できた場合TRUEを返します。
その他の場合FALSEを返します。

Version

Availability: from Vectorworks 2014