Returns whether or not the plant tool has been initialized or not.
FUNCTION GetPlantToolInitialized : BOOLEAN;def vs.GetPlantToolInitialized():
return BOOLEANresultOK := GetPlantToolInitialized;import vs
# Returns whether or not the plant tool has been initialized or not.
ok = vs.GetPlantToolInitialized()
if ok:
vs.Message('GetPlantToolInitialized succeeded')
else:
vs.Message('GetPlantToolInitialized failed')Availability: from VectorWorks13.0