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


IMapTimeDisplay.DisplaySpeed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDisplay Interface > IMapTimeDisplay.DisplaySpeed Property
ArcGIS Developer Help

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(
  System.Int32* 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