This returns the spacing that is currently stored in the plant tool.
FUNCTION GetPlantToolSpacing : REAL;def vs.GetPlantToolSpacing():
return REALresultVal := GetPlantToolSpacing;import vs
# This returns the spacing that is currently stored in the plant tool.
value = vs.GetPlantToolSpacing()
vs.Message('GetPlantToolSpacing returned: ' + str(value))Availability: from VectorWorks13.0