VS:Plant EditPlantDefRB: 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_EditPlantDefinitionViaResourceBrowser(plantToEdit:HANDLE);
PROCEDURE Plant_EditPlantDefRB(plantToEdit: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_EditPlantDefinitionViaResourceBrowser]]
[[Category:VS Function Reference|Plant_EditPlantDefRB]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_EditPlantDefinitionViaResourceBrowser]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_EditPlantDefRB]]

Latest revision as of 17:37, 18 September 2013

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

Description

Updates the definition when the user edits a plant definition from the resource browser

PROCEDURE Plant_EditPlantDefRB(
plantToEdit :HANDLE);
def vs.Plant_EditPlantDefRB(plantToEdit):
    return None

Parameters

plantToEdit HANDLE

Version

Availability: from Vectorworks 2014