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

| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Class FeatureGraphicsLayer Inherits GraphicsLayer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FeatureGraphicsLayer | |
| C# | |
|---|---|
[SerializableAttribute()] public class FeatureGraphicsLayer : GraphicsLayer | |
A FeatureGraphicsLayer is conceptually similar to a map layer in a map service, where all features in the layer are of the same FeatureType (Point, Line or Polygon). Since all features have the same geometry type, a single Renderer can be used to symbolize the features. The other type of graphics layer, ElementGraphicsLayer, is appropriate if you want to create a layer with a collection of features not necessarily of the same FeatureType.
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).
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