setItem Method

Summary

Replaces the element at the specified index.

Syntax
TypeScript
JavaScript
AnnAutomations.prototype.setItem = function( 
   index, 
   item 
) 
setItem( 
   index: number, 
   item: AnnAutomation 
): void; // protected 

Parameters

index

The zero-based index of the element to replace.

item

The new value for the element at the specified index.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.