←Select platform

IsModified Property

Summary

Indicates that the objects in this container have been modified.

Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsModified { get; set; } 
public:  
   property bool IsModified 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isModified(); 
public void setModified(boolean value); 
@property (nonatomic, assign, getter=isModified) BOOL modified; 
IsModified # get and set (AnnContainer) 
Remarks

This property can be used as a general purpose state to indicate that the application modified the container or any of its children. The meaning of "modified" is not specified and it is up to the application to set or reset the value.

IsModified value is not serialized when the container is saved.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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