ESRI.ArcGIS.ADF.Web.UI.WebControls
GraphicsLayerNode Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : GraphicsLayerNode Class




Node that displays task result items on map as a Graphics Layer.

Object Model

GraphicsLayerNode Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GraphicsLayerNode 
   Inherits MapDisplayNode
   Implements ITreeViewPlusNodeContainer 
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayerNode
C# 
[SerializableAttribute()]
public class GraphicsLayerNode : MapDisplayNode, ITreeViewPlusNodeContainer  

Remarks

A GraphicsLayerNode is typically used on a TaskResults control to contain graphics features that may be displayed on a Map control. The GraphicsLayerNode is usually nested as a node within a TaskResultNode, which is in turn a node on the TaskResults control.

Since it extends TreeViewPlusNode, the GraphicsLayerNode has a Nodes property. Typically the Nodes collection contains one or more FeatureNode objects. These FeatureNodes usually display attributes of the 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.