ArcObjects Library Reference (GeoDatabaseDistributed)  

IGDSExportOptions.ExportFormat Property

The format to export to.

[Visual Basic .NET]
Public Property ExportFormat As esriGDSExportFormat
[C#]
public esriGDSExportFormat ExportFormat {get; set;}
[C++]
HRESULT get_ExportFormat(
  esriGDSExportFormat* ExportFormat
);
[C++]
HRESULT put_ExportFormat(
  esriGDSExportFormat ExportFormat
);
[C++]

Parameters

ExportFormat [out, retval]

  ExportFormat is a parameter of type esriGDSExportFormat

ExportFormat [in]

  ExportFormat is a parameter of type esriGDSExportFormat

Product Availability

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

Remarks

The format to use when exporting. Note that when using esriGDSExportFormatFileGDB or esriGDSExportFormatFileGDBTransport, the output is always compressed regardless of the IGDSExportOptions::Compressed property is set.

See Also

IGDSExportOptions Interface