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


IGlobeViewer.SpinSpeed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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(
  double SpinSpeed
);
[C++]

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

Product Availability

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

See Also

IGlobeViewer Interface