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


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

IVideoExporter2.StartFrame Property

The first frame in frame based export.

[Visual Basic .NET]
Public Property StartFrame As Integer
[C#]
public int StartFrame {get; set;}
[C++]
HRESULT get_StartFrame(
  long pStartFrame
);
[C++]
HRESULT put_StartFrame(
  System.Int32* pStartFrame
);
[C++]
Parameters
pStartFrame [in]

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

Product Availability

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

See Also

IVideoExporter2 Interface