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


IGlobeViewer.StartSpinning Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeViewer Interface > IGlobeViewer.StartSpinning Method
ArcGIS Developer Help

IGlobeViewer.StartSpinning Method

Starts the globe spinning.

[Visual Basic .NET]
Public Sub StartSpinning ( _
    ByVal SpinDirection As esriGlobeSpinDirection _
)
[C#]
public void StartSpinning (
    esriGlobeSpinDirection SpinDirection
);
[C++]
HRESULT StartSpinning(
  esriGlobeSpinDirection SpinDirection
);
[C++]
Parameters
SpinDirection [in]

SpinDirection is a parameter of type esriGlobeSpinDirection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeViewer Interface