←Select platform

InsertItem Method

Summary
Inserts an item into this collection.
Syntax
C#
VB
C++
protected override void InsertItem( 
   int index, 
   AnnLayer item 
) 
Protected Overrides Sub InsertItem( _ 
   ByVal index As Integer, _ 
   ByVal item As AnnLayer _ 
)  
protected:  
   virtual void InsertItem( 
      Int32 index, 
      AnnLayer^ item 
   ) override 

Parameters

index
0-based index of the item to insert

item
The item to insert.

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.