Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 640 Bytes

File metadata and controls

34 lines (27 loc) · 640 Bytes

GetPlantToolInitialized

Description

Returns whether or not the plant tool has been initialized or not.

FUNCTION GetPlantToolInitialized : BOOLEAN;
def vs.GetPlantToolInitialized():
    return BOOLEAN

Examples

resultOK := 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')

Version

Availability: from VectorWorks13.0

Category