![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
MapDisplayNode Class Methods | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapDisplayNode Class |
For a list of all members of this type, see MapDisplayNode members.
Name | Description | |
---|---|---|
![]() | AddLegend | Causes a legend to display symbol(s) representing the features in the results. |
![]() | AreChildrenValid | Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function returns a value indicating if the child nodes have not been rendered or they have been invalidated since last render. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | Clone | Overloaded. Clones the node and all child nodes, if any.Optionally clones the child nodes of the current node. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | DisplayOnMap | Displays the task results on the Map. |
![]() | EnsureVisible | Expands the parent node(s) of the current node so that the current node is visible. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | GetResourceName | Returns the name of the resource to which the layer is added on the map. |
![]() | GetVisibility | Whether the layer is visible on the map. |
![]() | InvalidateChildNodes | Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function will invalidate the child nodes so that the next time that Render is called, this node will re-render the child nodes down to the client. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | Refresh | Refreshes the nodes and its children. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | Remove | Removes this node from its parent's node collection. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | RemoveFromMap | Remove result item from map. |
![]() | Render | Renders the control to the specified HTML writer. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.TreeViewPlusNode) |
![]() | SetVisibility | Sets the visibility of the results on the map. |
Top