←Select platform

RemoveItem Method

Summary

Removes an item from this collection.

Syntax

C#
VB
WinRT C#
C++
protected override void RemoveItem( 
   int index 
) 
Protected Overrides Sub RemoveItem( _ 
   ByVal index As Integer _ 
)  
protected override void RemoveItem(  
   int index 
) 
 function Leadtools.Annotations.Core.AnnLayerCollection.RemoveItem(  
   index  
) 
protected:  
   virtual void RemoveItem( 
      Int32 index 
   ) override 

Parameters

index
The item to remove.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly