isModified Property

Summary

Gets or sets a value that indicates whether this object has been modified.

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

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

Leadtools.Annotations.Designers Assembly

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