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


IViewers3D.FindViewer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IViewers3D Interface > IViewers3D.FindViewer Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Caption [in]

Caption is a parameter of type BSTR

Product Availability

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

See Also

IViewers3D Interface

.NET Samples

Multiple globe viewers