ESRI.ArcGIS.ADF.IMS
Clear Method
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > ValueCollection Class : Clear Method




Deletes all the items in the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
Visual Basic (Usage)Copy Code
Dim instance As ValueCollection
 
instance.Clear()
C# 
public void Clear()

Remarks

Use this method if you need to completely replace all value items in the renderer collection. Remember to add new items back to the collection before refreshing the map.

See Also

© 2010 All Rights Reserved.