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


ISequentialImageExporter.FolderName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

ISequentialImageExporter.FolderName Property

The folder name to be used during sequential image export.

[Visual Basic .NET]
Public Property FolderName As String
[C#]
public string FolderName {get; set;}
[C++]
HRESULT get_FolderName(
  BSTR* pFolderName
);
[C++]
HRESULT put_FolderName(
  BSTR pFolderName
);
[C++]

Parameters pFolderName [out, retval] pFolderName is a parameter of type BSTR pFolderName [in] pFolderName is a parameter of type BSTR

Product Availability

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

See Also

ISequentialImageExporter Interface