ESRI.ArcGIS.ADF.Web.UI.WebControls
Layer Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GraphicsLayerNode Class : Layer Property




GraphicsLayer that the node contains.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Layer As GraphicsLayer
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayerNode
Dim value As GraphicsLayer
 
value = instance.Layer
C# 
public GraphicsLayer Layer {get;}

Remarks

The GraphicsLayer should contain features that will be drawn on the Map control associated with the TaskResults control that contains the node.

See Also

© 2010 All Rights Reserved.