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.EndFrame Property (ArcObjects .NET 10.5 SDK) |
The last frame in frame based export.
[Visual Basic .NET] Public Property EndFrame As Integer
[C#] public int EndFrame {get; set;}
[C++]
HRESULT get_EndFrame(
long* pEndFrame
);
[C++]
HRESULT put_EndFrame(
long pEndFrame
);
[C++]
Parameters pEndFrame [out, retval] pEndFrame is a parameter of type long pEndFrame [in] pEndFrame is a parameter of type long