←Select platform

AnnHistoryItemState Enumeration

Summary

Annotation history change state.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum AnnHistoryItemState 
public: 
   [SerializableAttribute,  
   DataContractAttribute] 
   enum class AnnHistoryItemState sealed 
class AnnHistoryItemState(Enum): 
   Unchanged = 0 
   Modified = 1 
   Added = 2 
   AddedAndModified = 3 
   Deleted = 4 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.