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