ArcObjects Library Reference (Animation)  

ISequentialImageExporter.ImagesPerSecond Property

The images per second to be exported during sequential image export.

[Visual Basic .NET]
Public Property ImagesPerSecond As Integer
[C#]
public int ImagesPerSecond {get; set;}
[C++]
HRESULT get_ImagesPerSecond(
  long* pImagesPerSecond
);
[C++]
HRESULT put_ImagesPerSecond(
  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.

See Also

ISequentialImageExporter Interface