ArcObjects Library Reference (Animation)  

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(
  long pStartFrame
);
[C++]

Parameters

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

Product Availability

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

See Also

IVideoExporter2 Interface