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


ISequentialImageExporter.ImagesPerSecond Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IS > ISequentialImageExporter Interface > ISequentialImageExporter.ImagesPerSecond Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

ISequentialImageExporter Interface