ArcObjects Library Reference (3DAnalyst)  

IVideoExporterProperties.FrameDuration Property

The duration of each frame in milliseconds.

[Visual Basic .NET]
Public Property FrameDuration As Integer
[C#]
public int FrameDuration {get; set;}
[C++]
HRESULT get_FrameDuration(
  long* pFrameDuration
);
[C++]
HRESULT put_FrameDuration(
  long pFrameDuration
);
[C++]

Parameters

pFrameDuration [out, retval]   pFrameDuration is a parameter of type long pFrameDuration [in]   pFrameDuration is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IVideoExporterProperties Interface