ESRI.ArcGIS.ADF.Web
Remove Method
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > RingCollection Class : Remove Method




r
Ring to be removed from the collection.
Removes a Ring from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal r As Ring _
) 
Visual Basic (Usage)Copy Code
Dim instance As RingCollection
Dim r As Ring
 
instance.Remove(r)
C# 
public void Remove( 
   Ring r
)

Parameters

r
Ring to be removed from the collection.

See Also

© 2010 All Rights Reserved.