Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 586 Bytes

File metadata and controls

31 lines (24 loc) · 586 Bytes

GetPlantToolPlantName

Description

Returns the name of the current plant that is stored in the plant tool.

FUNCTION GetPlantToolPlantName : STRING;
def vs.GetPlantToolPlantName():
    return STRING

Examples

resultStr := GetPlantToolPlantName;
import vs

# Returns the name of the current plant that is stored in the plant tool.
name = vs.GetPlantToolPlantName()
vs.Message('GetPlantToolPlantName returned: ' + str(name))

Version

Availability: from VectorWorks13.0

Category