This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter2 Interface > IVideoExporter2.TotalFrames Property (ArcObjects .NET 10.5 SDK) |
The total frames to be exported.
[Visual Basic .NET] Public Property TotalFrames As Integer
[C#] public int TotalFrames {get; set;}
[C++]
HRESULT get_TotalFrames(
long* pTotalFrames
);
[C++]
HRESULT put_TotalFrames(
long pTotalFrames
);
[C++]
Parameters pTotalFrames [out, retval] pTotalFrames is a parameter of type long pTotalFrames [in] pTotalFrames is a parameter of type long