ArcObjects Library Reference (Carto)  

IMapTimeDisplay.PlayOption Property

The play option (Stop, Reverse, Repeat) used by the slider after the time visualization has been played once.

[Visual Basic .NET]
Public Property PlayOption As esriMapTimePlayOption
[C#]
public esriMapTimePlayOption PlayOption {get; set;}
[C++]
HRESULT get_PlayOption(
  esriMapTimePlayOption* option
);
[C++]
HRESULT put_PlayOption(
  esriMapTimePlayOption option
);
[C++]

Parameters

option [out, retval]

  option is a parameter of type esriMapTimePlayOption

option [in]

  option is a parameter of type esriMapTimePlayOption

Product Availability

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

See Also

IMapTimeDisplay Interface