VS:IsMtrlFillStyleByCls: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(Fix extra braket)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
<def>
<def>
<funcDef lang="vs">
<funcDef lang="vs">
FUNCTION IsMtrlFillStyleByCls(materialHandle):HANDLE) : BOOLEAN;
FUNCTION IsMtrlFillStyleByCls(materialHandle :HANDLE) : BOOLEAN;
</funcDef>
</funcDef>
<funcDef lang="py">
<funcDef lang="py">
def vs.IsMtrlFillStyleByCls(materialHandle)):
def vs.IsMtrlFillStyleByCls(materialHandle):
     return BOOLEAN
     return BOOLEAN
</funcDef>
</funcDef>
Line 19: Line 19:
<lineList ident=1>
<lineList ident=1>
<line>
<line>
materialHandle)
materialHandle:
HANDLE
HANDLE



Latest revision as of 12:23, 27 January 2021

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

Description

FUNCTION IsMtrlFillStyleByCls(
materialHandle :HANDLE) : BOOLEAN;
def vs.IsMtrlFillStyleByCls(materialHandle):
    return BOOLEAN

Parameters

materialHandle: HANDLE

Version

Availability: from Vectorworks 2021