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


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

IGxGlobeView.GetGlobeDisplay Method

Returns the IGlobeDisplay interface.

[Visual Basic .NET]
Public Sub GetGlobeDisplay ( _
    ByRef ppGlobeDisplay As IGlobeDisplay _
)
[C#]
public void GetGlobeDisplay (
    ref IGlobeDisplay ppGlobeDisplay
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxGlobeView Interface