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