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


IVideoExporter2.EndFrame Property (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.EndFrame Property
ArcGIS Developer Help

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(
  System.Int32* pEndFrame
);
[C++]
Parameters
pEndFrame [in]

pEndFrame is a parameter of type long pEndFrame [out, retval]
pEndFrame is a parameter of type long*

Product Availability

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

See Also

IVideoExporter2 Interface