ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault.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

IARGlobeControlDefault Interface