ESRI.ArcGIS.ADF.Web
Add Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > ElementGraphicsLayer Class : Add Method




graphicElement
The GraphicElement to add.
Adds a graphic element to the graphic layer.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal graphicElement As GraphicElement _
) As DataRow
Visual Basic (Usage)Copy Code
Dim instance As ElementGraphicsLayer
Dim graphicElement As GraphicElement
Dim value As DataRow
 
value = instance.Add(graphicElement)
C# 
public DataRow Add( 
   GraphicElement graphicElement
)

Parameters

graphicElement
The GraphicElement to add.

Return Value

DataRow in the table that contains the graphic element.

See Also

© 2010 All Rights Reserved.