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


IGxGlobeView.Get3DViewer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCoreUI > ESRI.ArcGIS.GlobeCoreUI > Interfaces > IG > IGxGlobeView Interface > IGxGlobeView.Get3DViewer Method
ArcGIS Developer Help

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