ESRI.ArcGIS.ADF.Web
GraphicElement Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace : GraphicElement Class




A type that displays a graphic object.

Object Model





Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GraphicElement 
Visual Basic (Usage)Copy Code
Dim instance As GraphicElement
C# 
[SerializableAttribute()]
public class GraphicElement 

Remarks

GraphicElement is used to store graphic geometry and symbology for display in a ElementGraphicsLayer in the ESRI Web ADF. The graphic elements are stored in the GraphicsColumn of the graphics layer, with one GraphicElement stored in each row (each row corresponds to one feature in the graphics layer).

For a discussion of using graphics layers in the ESRI Web ADF, see the topic Working with Graphics in the Developer Help (also available online at the ArcGIS Resource Center).

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicElement

See Also

© 2010 All Rights Reserved.