GetItemsForState Method

Summary

Gets a list of all items in history with the specified state.

Syntax
C#
VB
C++
public AnnHistoryItem[] GetItemsForState( 
   AnnHistoryItemState state 
) 
Public Function GetItemsForState( 
   ByVal state As AnnHistoryItemState 
) As AnnHistoryItem() 
public:  
   array<AnnHistoryItem^>^ GetItemsForState( 
      AnnHistoryItemState^ state 
   ) 

Parameters

state

State to inquire.

Return Value

The subset of items in Items that contain matching states (AnnHistoryItem.State is equal to state).

Remarks

This is a helper method to quickly get a list of all items in history for the specified state, for example, all added or all deleted objects.

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.