AnnHistoryItemState Enumeration

Summary

Annotation history change state.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum AnnHistoryItemState 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum AnnHistoryItemState 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class AnnHistoryItemState sealed 
Members
ValueMemberDescription
0UnchangedNothing has changed. This is 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 and then modified in the container
4DeletedAn annotation object was deleted from the container
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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