ArcObjects Library Reference (Animation)  

IVideoExporter2.TotalFrames Property

The total frames to be exported.

[Visual Basic .NET]
Public Property TotalFrames As Integer
[C#]
public int TotalFrames {get; set;}
[C++]
HRESULT get_TotalFrames(
  long* pTotalFrames
);
[C++]
HRESULT put_TotalFrames(
  long pTotalFrames
);
[C++]

Parameters

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

Product Availability

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

See Also

IVideoExporter2 Interface