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


IGlobeViewer.StopSpinning 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.StopSpinning Method
ArcGIS Developer Help

IGlobeViewer.StopSpinning Method

Stops the globe from further spinning.

[Visual Basic .NET]
Public Sub StopSpinning ( _
)
[C#]
public void StopSpinning (
);
[C++]
HRESULT StopSpinning(
void
);

Product Availability

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

See Also

IGlobeViewer Interface