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


ISequentialImageExporter.ImageCount 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.ImageCount Property
ArcGIS Developer Help

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(
  System.Int32* 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