Gets if this Script object represents a script or an add-in. Returns true if it is an add-in.
# Get the value of the property.propertyValue = script_var.isAddIn
#include <Core/Application/Script.h>// Get the value of the property.boolean propertyValue = script_var->isAddIn();