←Select platform

Condense Method

Summary

Condenses the items to squash and simplify the history from multiple calls to Append.

Syntax
C#
C++/CLI
Python
public void Condense() 
public:  
   void Condense() 
def Condense(self): 
Remarks

Condense simplifies the history from multiple calls to Append. For example, consider the following actions:

  1. User creates Rectangle annotation R

  2. User calls Append

  3. User moves R

  4. User calls Append

  5. User deletes R

  6. User calls Append

There are now three entries in the history:

  • Added
    • R
  • Modified
    • R
  • Deleted
    • R

When condensed, we remove R altogether from the history because it is no longer present.

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.