Condense Method

Summary

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

Syntax
C#
VB
C++
public void Condense() 
Public Sub Condense() 
public:  
   void Condense() 

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

Leadtools.Annotations.Engine Assembly