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


IElement.Deactivate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElement Interface > IElement.Deactivate Method
ArcGIS Developer Help

IElement.Deactivate Method

ActiveView that graphics are displayed on is no longer visible.

[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.

Remarks

Deactivate means the screen display associated with element output is no longer visible.

See Also

IElement Interface