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


IGxView.Activate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxView Interface > IGxView.Activate Method
ArcGIS Developer Help

IGxView.Activate Method

Activates the view.

[Visual Basic .NET]
Public Sub Activate ( _
    ByVal Application As IGxApplication, _
    ByVal Catalog As IGxCatalog _
)
[C#]
public void Activate (
    IGxApplication Application,
    IGxCatalog Catalog
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxView Interface