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


IVideoExporter.FrameDuration Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

IVideoExporter.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(
  System.Int32* pFrameDuration
);
[C++]

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

Product Availability

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

See Also

IVideoExporter Interface