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


IVideoExporter.ExportFileName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

IVideoExporter.ExportFileName Property

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(
  System.String* fileName
);
[C++]

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

Product Availability

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

See Also

IVideoExporter Interface

.NET Snippets

Create Animation QuickTime | Create Animation AVI

.NET Related Topics

How to export animations to video