ArcObjects Library Reference (3DAnalyst)  

IViewers3D.FindViewer Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IViewers3D Interface