Responder Developer Guide
GeospatialToolDeactivated Method


Version: 10.2.1a

Resource Center Home

The name of the tool that has been deactivated.
Method called when a geospatial tool has been deactivated.
Syntax
'Declaration
 
Public Sub GeospatialToolDeactivated( _
   ByVal tool As String _
) 
'Usage
 
Dim instance As DataManager
Dim tool As String
 
instance.GeospatialToolDeactivated(tool)
public void GeospatialToolDeactivated( 
   string tool
)

Parameters

tool
The name of the tool that has been deactivated.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataManager Class
DataManager Members

 

 


Send Comment