ArcObjects Library Reference (Animation)  

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(
  BSTR pImageFolderName
);
[C++]

Parameters

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

Product Availability

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

See Also

IVideoExporter2 Interface