←Select platform

Insert Method

Summary

Inserts the specified AnnContainer into this AnnContainerCollection at the specified index.

Syntax
C#
VB
Objective-C
public void Insert( 
      int index, 
      T item 
) 
Public Sub Insert( _ 
   ByVal index As int, 
   ByVal item As T, 
)  
-(void) Insert:int index,T item; 

Parameters

index

The zero-based index at which the item should be inserted.

item

The item to be inserted.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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