This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IS > ISequentialImageExporter Interface > ISequentialImageExporter.ImagesPerSecond Property (ArcObjects .NET 10.4 SDK) |
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