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


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

ISequentialImageExporter.FolderSize Property

The folder size to be written during sequential image export.

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

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

Product Availability

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

See Also

ISequentialImageExporter Interface