This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeViewer Interface > IGlobeViewer.SpinSpeed Property (ArcObjects .NET 10.5 SDK) |
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