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.StartFrame Property (ArcObjects .NET 10.5 SDK) |
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(
long pStartFrame
);
[C++]
Parameters pStartFrame [out, retval] pStartFrame is a parameter of type long pStartFrame [in] pStartFrame is a parameter of type long