VS:Plant CreateDupPlant/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(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>
Creates a new plant from the currently selected plant</desc>
現在選択されている植栽から新しい植栽を作成します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 41: Line 40:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2011
Availability: from Vectorworks 2014


</version>
</version>

Latest revision as of 03:15, 16 January 2014

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

Description

現在選択されている植栽から新しい植栽を作成します。

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

Parameters

plantToCreateFrom HANDLE

Version

Availability: from Vectorworks 2014