ArcObjects Library Reference (GlobeCoreUI)  

IGxGlobeView.Get3DViewer Method

Returns the I3DViewer interface.

[Visual Basic .NET]
Public Sub Get3DViewer ( _
    ByRef ppViewer As I3DViewer _
)
[C#]
public void Get3DViewer (
    ref I3DViewer ppViewer
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method provides a handle to the current 3D viewer (esri3DAnalyst::I3DViewer) in ArcCatalog, which in turn provides access to general 3D properties to control the viewer.

See Also

IGxGlobeView Interface