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


IGxGlobeView.GetGlobeViewer 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.GetGlobeViewer Method
ArcGIS Developer Help

IGxGlobeView.GetGlobeViewer Method

Returns the IGlobeViewer interface.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

This method provides a handle to the current globe viewer (esriGlobeCore::IGlobeViewer) in ArcCatalog, which in turn provides access to the current globe display and other display properties.

See Also

IGxGlobeView Interface