This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.ExportFileName Property (ArcObjects .NET 10.4 SDK) |
The exported file name.
[Visual Basic .NET] Public Property ExportFileName As String
[C#] public string ExportFileName {get; set;}
[C++]
HRESULT get_ExportFileName(
BSTR* fileName
);
[C++]
HRESULT put_ExportFileName(
BSTR fileName
);
[C++]
Parameters fileName [out, retval] fileName is a parameter of type BSTR fileName [in] fileName is a parameter of type BSTR