getGuidForState Method

Summary

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

Syntax
TypeScript
JavaScript
AnnHistory.prototype.getGuidForState = function( 
   state 
) 
getGuidForState( 
   state: AnnHistoryItemState 
): string[]; 

Parameters

state

State to inquire.

Return Value

A list of the GUIDs of all the objects in Items with the same state (AnnHistoryItem.State is equal to state).

Remarks

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

Requirements

Target Platforms

Help Version 23.0.2024.3.4
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.