ArcObjects Library Reference (Output)  

IExporter.ExportFileName Property

The Export 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

Product Availability

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

See Also

IExporter Interface