This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxViewContainer Interface > IGxViewContainer.FindView Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values