Share

FusionDocument.isModified Property

Parent Object: FusionDocument
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.h>

Description

Property that indicates if the document has been modified since it was last saved.

Syntax

"fusionDocument_var" is a variable referencing a FusionDocument object.

# Get the value of the property.
propertyValue = fusionDocument_var.isModified

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version August 2014

Was this information helpful?