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


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

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

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

Product Availability

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

See Also

IVideoExporter2 Interface