GetGuidForState Method

Summary

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

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

Parameters

state

State to inquire.

Return Value

A list of the GUIDs of all the objects in Items that contain matching states (AnnHistoryItem.State is equal to state).

Remarks

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

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