VS:Plant CreateDupPlant: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
 
m (1 revision)
 
(2 intermediate revisions by the same user not shown)
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">
PROCEDURE Plant_CreateDuplicatePlant(plantToCreateFrom:HANDLE);
PROCEDURE Plant_CreateDupPlant(plantToCreateFrom:HANDLE);
</funcDef>
</funcDef>
<funcDef lang="py">
<funcDef lang="py">
Line 41: Line 40:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from Vectorworks 2011
Availability: from Vectorworks 2014


</version>
</version>
Line 47: Line 46:
</vwDoc>
</vwDoc>


[[Category:VS Function Reference|Plant_CreateDuplicatePlant]]
[[Category:VS Function Reference|Plant_CreateDupPlant]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_CreateDuplicatePlant]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_CreateDupPlant]]

Latest revision as of 17:37, 18 September 2013

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

Description

Creates a new plant from the currently selected plant

PROCEDURE Plant_CreateDupPlant(
plantToCreateFrom :HANDLE);
def vs.Plant_CreateDupPlant(plantToCreateFrom):
    return None

Parameters

plantToCreateFrom HANDLE

Version

Availability: from Vectorworks 2014