VS:Plant UpdateTranslat/ja: 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/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Updates the plant record with the new ID.</desc>
植栽レコードを新しいIDで更新します。</desc>


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


</version>
</version>

Revision as of 03:15, 16 January 2014

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

Description

植栽レコードを新しいIDで更新します。

PROCEDURE Plant_UpdateTranslat(
newSymbolName :DYNARRAY[] of CHAR;
oldID :DYNARRAY[] of CHAR;
newID :DYNARRAY[] of CHAR;
masterPlant :HANDLE;
currentPlant :HANDLE);
def vs.Plant_UpdateTranslat(newSymbolName, oldID, newID, masterPlant, currentPlant):
    return None

Parameters

newSymbolName DYNARRAY[] of CHAR
oldID DYNARRAY[] of CHAR
newID DYNARRAY[] of CHAR
masterPlant HANDLE
currentPlant HANDLE

Version

Availability: from Vectorworks 2014