ESRI.ArcGIS.ADF.Tasks
MapToolsRequiringChildControlsOnCallbacks Property
See Also  Send Feedback
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;}

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.