ArcGIS Developer Help  (Carto)    

IElement.Deactivate Method

ActiveView that graphics are displayed on is no longer visible.

[Visual Basic 6.0]
Sub Deactivate
[Visual Basic .NET]
Public Sub Deactivate ( _
)
[C#]
public void Deactivate (
);
[Java]
public void deactivate (
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page