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




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

Object Model

MapResourceNode Class

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.

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.