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


ISequentialImageExporter.ImageCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

ISequentialImageExporter.ImageCount Property

The number of images to be exported during sequential image export.

[Visual Basic .NET]
Public ReadOnly Property ImageCount As Integer
[C#]
public int ImageCount {get;}
[C++]
HRESULT get_ImageCount(
  long* pImageCount
);
[C++]

Parameters pImageCount [out, retval] pImageCount is a parameter of type long

Product Availability

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

See Also

ISequentialImageExporter Interface