This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSExportOptions Interface > IGDSExportOptions.ExportFormat Property (ArcObjects .NET 10.4 SDK) |
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
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.