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


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

IGxViewContainer.FindView Method

Finds a view by CLSID. If recursive is true, it will return views in a container view.

[Visual Basic .NET]
Public Function FindView ( _
    ByVal pUID As UID, _
    [ByVal bRecursive As Boolean] _
) As IGxView
[C#]
public IGxView FindView (
    UID pUID,
    bool bRecursive
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxViewContainer Interface