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