←Select platform

SetItem Method

Summary

Replaces the item at the specified index.

Syntax
C#
C++/CLI
Python
protected override void SetItem( 
   int index, 
   AnnLayer item 
) 
protected:  
   virtual void SetItem( 
      Int32 index, 
      AnnLayer^ item 
   ) override 
def SetItem(self,index,item): 

Parameters

index

The 0-based index of the item to replace.

item

The new value of the item.

Return Value

Remarks

-This method raises the CollectionChanged event with Replace action.

-The code of this method will change the behavior of the Set method.

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.