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