VS:DS GetFillStyle/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision: 2014J VS Reference D)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Returns document shadow fill style, fill name or color index.</desc>
書類の、影の面属性、面属性の名前、あるいは色インデックスを返します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 51: Line 50:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2014
Availability: from Vectorworks 2014


</version>
</version>
Line 58: Line 57:


[[Category:VS Function Reference|DS_GetFillStyle]]
[[Category:VS Function Reference|DS_GetFillStyle]]
[[Category:VS Function Reference:Document Shadow|DS_GetFillStyle]]
[[Category:VS Function Reference:Document Attributes|DS_GetFillStyle]]

Latest revision as of 02:03, 16 January 2014

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

Description

書類の、影の面属性、面属性の名前、あるいは色インデックスを返します。

PROCEDURE DS_GetFillStyle(
VAR shadowFillStyle :INTEGER;
VAR shadowFillName :STRING;
VAR solidColorRef :LONGINT);
def vs.DS_GetFillStyle():
    return (shadowFillStyle, shadowFillName, solidColorRef)

Parameters

shadowFillStyle INTEGER
shadowFillName STRING
solidColorRef LONGINT

Version

Availability: from Vectorworks 2014