Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RemoveRange Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnObjectCollection Class : RemoveRange Method



index
The index position of the element where removal begins.
count
The number of objects to remove.
index
The index position of the element where removal begins.
count
The number of objects to remove.
Overrides UIElementCollection.RemoveRange.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnObjectCollection
Dim index As Integer
Dim count As Integer
 
instance.RemoveRange(index, count)
C# 
public override void RemoveRange( 
   int index,
   int count
)
C++/CLI 
public:
void RemoveRange( 
   int index,
   int count
) override 

Parameters

index
The index position of the element where removal begins.
count
The number of objects to remove.

Example

For C#/VB examples, refer to AnnObjectCollection.

Remarks

For more information, refer to UIElementCollection.RemoveRange.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

RemoveRange requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.