ArcObjects Library Reference (GlobeCore)  

IGeoVideoLayer.PlaySpeed Property

Sets the Play speed for the GeoVideo Layer.

[Visual Basic .NET]
Public WriteOnly Property PlaySpeed
[C#]
public void PlaySpeed {set;}
[C++]
HRESULT put_PlaySpeed(
  double 
);
[C++]

Parameters

[in]    is a parameter of type double

Product Availability

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

See Also

IGeoVideoLayer Interface