VS:Plant GetToolPlcMode: 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_GetToolPlacementMode : INTEGER;
FUNCTION Plant_GetToolPlcMode : INTEGER;
</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_GetToolPlacementMode]]
[[Category:VS Function Reference|Plant_GetToolPlcMode]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_GetToolPlacementMode]]
[[Category:VS Function Reference:PlantObjectCoreTools|Plant_GetToolPlcMode]]

Revision as of 17:37, 18 September 2013

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

Description

Gets the current placement mode associated with the plant tool.

FUNCTION Plant_GetToolPlcMode : INTEGER;
def vs.Plant_GetToolPlcMode():
    return INTEGER

Version

Availability: from Vectorworks 2014