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

Leadtools.Annotations.Automation Assembly

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