DIAdem Help

Property: LayoutModified for View

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

Property: LayoutModified for View

Indicates whether the layout in DIAdem VIEW was modified after it was last saved.

Object.LayoutModified
ObjectView
Object with this property
Object.LayoutModifiedBoolean value with read access

The following example checks whether the layout contains modifications that are not saved:

VBScriptPython

 

If View.LayoutModified Then
  Call MsgBoxDisp("Layout was changed.")
End If