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


IExportFileDialog.Export Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (OutputUI)  

IExportFileDialog.Export Property

The Exporter to be used.

[Visual Basic .NET]
Public ReadOnly Property Export As IExport
[C#]
public IExport Export {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Set IExportFileDialog::Export to a class that implements IExport.

See Also

IExportFileDialog Interface