isModified Property

Summary

Indicate that the objects in this container have been modified.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnContainer.prototype, 'isModified', 
	get: function(), 
	set: function(value) 
) 
isModified: boolean; 

Property Value

true if the object in this container have been modified; otherwise, false. Default value is false.

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly