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