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




h
Hole to be removed.
Removes a Hole from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal h As Hole _
) 
Visual Basic (Usage)Copy Code
Dim instance As HoleCollection
Dim h As Hole
 
instance.Remove(h)
C# 
public void Remove( 
   Hole h
)

Parameters

h
Hole to be removed.

See Also

© 2010 All Rights Reserved.