isModified Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnEditDesigner.prototype, 'isModified', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly