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


IGlobeViewer.SpinSpeed Property (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.SpinSpeed Property
ArcGIS Developer Help

IGlobeViewer.SpinSpeed Property

The Speed for spinning.

[Visual Basic .NET]
Public Property SpinSpeed As Double
[C#]
public double SpinSpeed {get; set;}
[C++]
HRESULT get_SpinSpeed(
  double SpinSpeed
);
[C++]
HRESULT put_SpinSpeed(
  System.Double* SpinSpeed
);
[C++]
Parameters
SpinSpeed [in]

SpinSpeed is a parameter of type double SpinSpeed [out, retval]
SpinSpeed is a parameter of type double*

Product Availability

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

See Also

IGlobeViewer Interface