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


IVideoExporter2.EndFrame Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IVideoExporter2.EndFrame Property

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

Product Availability

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

See Also

IVideoExporter2 Interface