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




h
The Hole to be added.
Adds a Hole to the collection.

Syntax

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

Parameters

h
The Hole to be added.

See Also

© 2010 All Rights Reserved.