Returns the name of the current plant that is stored in the plant tool.
FUNCTION GetPlantToolPlantName : STRING;def vs.GetPlantToolPlantName():
return STRINGresultStr := 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))Availability: from VectorWorks13.0