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


IVideoExporter2.ExportVideoFromImages Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter2 Interface > IVideoExporter2.ExportVideoFromImages Method
ArcGIS Developer Help

IVideoExporter2.ExportVideoFromImages Method

Export a video from a folder of images.

[Visual Basic .NET]
Public Sub ExportVideoFromImages ( _
    [ByVal duration As Double] _
)
[C#]
public void ExportVideoFromImages (
    double duration
);
[C++]
HRESULT ExportVideoFromImages(
  double duration
);
[C++]
Parameters
duration [in, optional]

duration is a parameter of type double

Product Availability

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

See Also

IVideoExporter2 Interface