This document is archived and information here might be outdated.  Recommended version.


IInputDeviceManager.ShutdownDevices Method (ArcObjects .NET 10.5 SDK)
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