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

Leadtools.Annotations.Engine Assembly