VS:Plant GetToolInit: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS|specific=}}
{{LocationMain|category=LocationVS|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 11: Line 10:
<def>
<def>
<funcDef lang="vs">
<funcDef lang="vs">
FUNCTION Plant_GetToolInitialized : INTEGER;
FUNCTION Plant_GetToolInit : BOOLEAN;
</funcDef>
</funcDef>
<funcDef lang="py">
<funcDef lang="py">
Line 30: Line 29:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from Vectorworks 2011
Availability: from Vectorworks 2014


</version>
</version>
Line 36: Line 35:
</vwDoc>
</vwDoc>


[[Category:VS Function Reference|Plant_GetToolInitialized]]
[[Category:VS Function Reference|Plant_GetToolInit]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_GetToolInitialized]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_GetToolInit]]

Revision as of 17:37, 18 September 2013

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

Description

Returns true if the plant tool is initialized.

FUNCTION Plant_GetToolInit : BOOLEAN;
def vs.Plant_GetToolInit():
    return BOOLEAN

Version

Availability: from Vectorworks 2014