←Select platform

IsModified Property

Summary
A value that indicates whether this object has been modified.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool IsModified { get; set; } 
@property (nonatomic, assign) BOOL isModified; 
public boolean getIsModified() 
public void setIsModified(boolean isModified) 
public:  
   virtual property bool IsModified 
   { 
      bool get() 
      void set(bool value) 
   } 
IsModified # get and set (AnnEditDesigner) 

Property Value

true if the object has been modified; otherwise, it is false. The default value is false.

Remarks

This value is updated automatically by the automation object when Working is called. It can be used by the application to update the modified metadata if required.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.