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


IARGlobeControl.CurrentGlobeViewType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.CurrentGlobeViewType Property
ArcGIS Developer Help

IARGlobeControl.CurrentGlobeViewType Property

The type of current globe view.

[Visual Basic .NET]
Public ReadOnly Property CurrentGlobeViewType As esriARGlobeViewType
[C#]
public esriARGlobeViewType CurrentGlobeViewType {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the type of current view. If no document has been loaded esriARGlobeViewTypeNone will be returned.  If a document has been loaded esriARGlobeViewTypeGlobe will be returned.

See Also

IARGlobeControl Interface