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


IVideoExporter.FrameDuration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.FrameDuration Property
ArcGIS Developer Help

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