Property that indicates if the document has been modified since it was last saved.
# Get the value of the property.propertyValue = fusionDocument_var.isModified
#include <Fusion/Fusion/FusionDocument.h>// Get the value of the property.boolean propertyValue = fusionDocument_var->isModified();