ESRI.ArcGIS.ADF.Web.UI.WebControls
MapResourceNode Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapResourceNode Class




Node that displays task result items on a Map as a map resource.

Object Model










Syntax

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

Remarks

When adding results to a TaskResults control, a MapResourceNode may be used to display features on the map as a map resource, rather than as a graphics layer as with a GraphicsLayerNode. This approach is used, for instance, with a GeoprocessingTask when adding the output from the task to the map.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode
      ESRI.ArcGIS.ADF.Web.UI.WebControls.MapDisplayNode
         ESRI.ArcGIS.ADF.Web.UI.WebControls.MapResourceNode

See Also

© 2010 All Rights Reserved.