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


IViewers3D.RegisterViewer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IViewers3D.RegisterViewer Method

Adds a viewer to the 3D Display.

[Visual Basic .NET]
Public Sub RegisterViewer ( _
    ByVal pViewer As ISceneViewer _
)
[C#]
public void RegisterViewer (
    ISceneViewer pViewer
);
[C++]
HRESULT RegisterViewer(
  ISceneViewer* pViewer
);
[C++]

Parameters pViewer [in]
pViewer 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