ArcGIS API for WPF - Library Reference
InsertItem Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicCollection Class : InsertItem Method

index
The index.
item
The item.
Inserts the item.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub InsertItem( _
   ByVal index As Integer, _
   ByVal item As Graphic _
) 
C# 
protected override void InsertItem( 
   int index,
   Graphic item
)

Parameters

index
The index.
item
The item.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.