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

Leadtools.Annotations.Engine Assembly