ESRI.ArcGIS.ADF.IMS
Clear Method
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > RendererCollection 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 RendererCollection
 
instance.Clear()
C# 
public void Clear()

Remarks

Used to empty a GroupRenderer of all renderers. Be sure to add renderers back into the collection before redrawing the map.

See Also

© 2010 All Rights Reserved.