ESRI.ArcGIS.ADF.Tasks
MapToolsRequiringChildControlsOnCallbacks Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : MapToolsRequiringChildControlsOnCallbacks Property




If an item in the ControlsRequiringGeoprocessingTask list is a map, a tool on the map can require the GeoprocessingTask call back processing can happen when a tool on a child toolbar on the FeatureGraphicsLayerEditor is used on the map. Key = name of tool (should be unique for page), Value = name of map (allows for more than one tool per map to be registered).

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property MapToolsRequiringChildControlsOnCallbacks As Dictionary(Of String, String)
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As Dictionary(Of String, String)
 
value = instance.MapToolsRequiringChildControlsOnCallbacks
C# 
[BrowsableAttribute(false)]
public Dictionary<string, string> MapToolsRequiringChildControlsOnCallbacks {get;}

See Also

© 2010 All Rights Reserved.