ESRI.ArcGIS.ADF.Web.DataSources
Insert Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > GISFunctionalityCollection Class : Insert Method




index
Index at which to insert.
newItem
The item to add.
Inserts a new item into the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal newItem As IGISFunctionality _
) 
Visual Basic (Usage)Copy Code
Dim instance As GISFunctionalityCollection
Dim index As Integer
Dim newItem As IGISFunctionality
 
instance.Insert(index, newItem)
C# 
public void Insert( 
   int index,
   IGISFunctionality newItem
)

Parameters

index
Index at which to insert.
newItem
The item to add.

See Also

© 2010 All Rights Reserved.