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




g
The Geometry to be added to the collection.
Adds a Geometry to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal g As Geometry _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeometryCollection
Dim g As Geometry
 
instance.Add(g)
C# 
public void Add( 
   Geometry g
)

Parameters

g
The Geometry to be added to the collection.

See Also

© 2010 All Rights Reserved.