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


IMapTimeDisplay.DisplaySpeed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapTimeDisplay.DisplaySpeed Property

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

Product Availability

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

See Also

IMapTimeDisplay Interface