ArcObjects Library Reference (System)  

IInputDeviceManager.ShutdownDevices Method

Shuts down and releases the extensions that are loaded and calls IExtension::Shutdown.

[Visual Basic .NET]
Public Sub ShutdownDevices ( _
)
[C#]
public void ShutdownDevices (
);
[C++]
HRESULT ShutdownDevices(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IInputDeviceManager Interface