ArcObjects Library Reference  (Carto)    

IActiveView.Deactivate Method

Another view takes over the associated window.

[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

Called to deactivate the current active view.  For example, view commands deactivate (IActiveView::Deactivate) the current view (IMxDocument::ActiveView) before calling Activate on their own associated view. 

See Also

IActiveView Interface

 


Feedback Send feedback on this page