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


IObjectActivate.Deactivate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IObjectActivate.Deactivate Method

Deactivates the object.

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

Product Availability

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

See Also

IObjectActivate Interface