isLocked Property

Summary

Gets a value that indicates whether this AnnObject is locked.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObject.prototype, 'isLocked', 
	get: function() 
) 
isLocked: boolean; // read-only 

Property Value

true if this AnnObject is currently locked; otherwise, false.

Remarks

Only unlocked objects can be locked. If an object is already locked, it will stay locked with its original password. You must pass the same password to Unlock to unlock this AnnObject.

An object must be unlocked in order to change that object in automated mode.

For more information, refer to Implementing Annotation Security.

Example

For an example, refer to Lock.

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