AnnHistoryItemState Enumeration

Summary

Enumeration values that specify the change state of the Annotation history.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnHistoryItemState = { 
	unchanged: 0, 
	modified: 1, 
	added: 2, 
	addedAndModified: 3, 
	deleted: 4 
} 
lt.Annotations.Engine.AnnHistoryItemState = { 
	unchanged: 0, 
	modified: 1, 
	added: 2, 
	addedAndModified: 3, 
	deleted: 4 
} 
Members
ValueMemberDescription
0UnchangedNothing has changed. This is the default value.
1ModifiedAn existing annotation object in the container has been modified.
2AddedA new annotation object has been added to the container.
3AddedAndModifiedA new annotation object has been added to the container and then modified.
4DeletedAn annotation object was deleted from the container
Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.