VS:Plant GetToolPlantNm: 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_GetToolPlantName : PROCEDURE;
FUNCTION Plant_GetToolPlantNm : STRING;
</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_GetToolPlantName]]
[[Category:VS Function Reference|Plant_GetToolPlantNm]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_GetToolPlantName]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_GetToolPlantNm]]

Revision as of 17:37, 18 September 2013

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

Description

Gets the current plant that the tool has loaded.

FUNCTION Plant_GetToolPlantNm : STRING;
def vs.Plant_GetToolPlantNm():
    return STRING

Version

Availability: from Vectorworks 2014