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


IVideoExporter2.ImageFolderName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter2 Interface > IVideoExporter2.ImageFolderName Property
ArcGIS Developer Help

IVideoExporter2.ImageFolderName Property

The complete path name of the folder with the images to be exported.

[Visual Basic .NET]
Public Property ImageFolderName As String
[C#]
public string ImageFolderName {get; set;}
[C++]
HRESULT get_ImageFolderName(
  BSTR pImageFolderName
);
[C++]
HRESULT put_ImageFolderName(
  System.String* pImageFolderName
);
[C++]
Parameters
pImageFolderName [in]

pImageFolderName is a parameter of type BSTR pImageFolderName [out, retval]
pImageFolderName is a parameter of type BSTR*

Product Availability

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

See Also

IVideoExporter2 Interface