←Select platform

GetGuidForState Method

Summary

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

Syntax
C#
C++/CLI
Python
public string[] GetGuidForState( 
   AnnHistoryItemState state 
) 
public:  
   array<String^>^ GetGuidForState( 
      AnnHistoryItemState^ state 
   ) 
def GetGuidForState(self,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 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.