This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IViewers3D Interface > IViewers3D.FindViewer Method (ArcObjects .NET 10.4 SDK) |
Finds the Viewer.
[Visual Basic .NET] Public Function FindViewer ( _ ByVal Caption As String _ ) As ISceneViewer
[C#] public ISceneViewer FindViewer ( string Caption );
[C++]
HRESULT FindViewer(
BSTR Caption,
ISceneViewer** ppViewer
);
[C++]
Parameters Caption [in] Caption is a parameter of type BSTR ppViewer [out, retval]
ppViewer is a parameter of type ISceneViewer