ArcObjects Library Reference (GlobeCoreUI)  

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