ESRI.ArcGIS.ADF.IMS
RemoveAt Method
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > LabelValueCollection Class : RemoveAt Method




index
The index at which to remove a Value from the collection.
Removes a LabelValue from a given index in the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As LabelValueCollection
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)

Parameters

index
The index at which to remove a Value from the collection.

Remarks

The index is zero-based.

See Also

© 2010 All Rights Reserved.