ESRI.ArcGIS.ADF.Web
GraphicsLayer Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace : GraphicsLayer Class




A GraphicsLayer is a table of Geometry objects with associated attributes.

Object Model

GraphicsLayer Class

Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
<XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.Display.Graphics.FeatureGraphicsLayer)>
<XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.Display.Graphics.ElementGraphicsLayer)>
<SerializableAttribute()>
Public MustInherit Class GraphicsLayer 
   Inherits System.Data.DataTable
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
C# 
[DesignerCategoryAttribute("code")]
[XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.Display.Graphics.FeatureGraphicsLayer)]
[XmlIncludeAttribute(ESRI.ArcGIS.ADF.Web.Display.Graphics.ElementGraphicsLayer)]
[SerializableAttribute()]
public abstract class GraphicsLayer : System.Data.DataTable 

Remarks

GraphicsLayer is an abstract class that provides the basis for the two types of graphics layers used in the Web ADF:

  • ElementGraphicsLayer, used to store collections of graphic elements that have different feature types (point, line or polygon); and
  • FeatureGraphicsLayer, similar to a map layer where all features have the same feature type and the layer uses a single renderer to symbolize all features.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.