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


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

ISceneGraph.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

ISceneGraph Interface