ArcObjects Library Reference (3DAnalyst)  

ISceneVideoExporter.FrameRate Property

The frame rate in images per second.

[Visual Basic .NET]
Public Property FrameRate As Integer
[C#]
public int FrameRate {get; set;}
[C++]
HRESULT get_FrameRate(
  Long* pImagesPerSecond
);
[C++]
HRESULT put_FrameRate(
  Long pImagesPerSecond
);
[C++]

Parameters

pImagesPerSecond [out, retval]   pImagesPerSecond is a parameter of type Long pImagesPerSecond [in]   pImagesPerSecond is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneVideoExporter Interface