ESRI.ArcGIS.ADF.Tasks
Unload Method
See Also 
ESRI.ArcGIS.ADF.Tasks.Geoprocessing Namespace > AddFeature Class : Unload Method




info
Object with information about the item on the toolbar.
Performs any necessary actions on unload of the tool.

Syntax

Visual Basic (Declaration) 
Public Sub Unload( _
   ByVal info As ToolbarItemInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As AddFeature
Dim info As ToolbarItemInfo
 
instance.Unload(info)
C# 
public void Unload( 
   ToolbarItemInfo info
)

Parameters

info
Object with information about the item on the toolbar.

See Also

© 2010 All Rights Reserved.