This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDisplay Interface > IMapTimeDisplay.DisplaySpeed Property (ArcObjects .NET 10.5 SDK) |
The speed of the slider on a scale of 1 to 10 with 10 being the fastest.
[Visual Basic .NET] Public Property DisplaySpeed As Integer
[C#] public int DisplaySpeed {get; set;}
[C++]
HRESULT get_DisplaySpeed(
long* speed
);
[C++]
HRESULT put_DisplaySpeed(
long speed
);
[C++]
Parameters speed [out, retval] speed is a parameter of type long speed [in] speed is a parameter of type long