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


IGDSExportOptions.Compressed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSExportOptions Interface > IGDSExportOptions.Compressed Property
ArcGIS Developer Help

IGDSExportOptions.Compressed Property

Indicates whether the data should be compressed.

[Visual Basic .NET]
Public Property Compressed As Boolean
[C#]
public bool Compressed {get; set;}
[C++]
HRESULT get_Compressed(
  Boolean* comp
);
[C++]
HRESULT put_Compressed(
  VARIANT_BOOL comp
);
[C++]
Parameters
comp [out, retval]

comp is a parameter of type bool* comp [in]
comp is a parameter of type bool

Product Availability

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

See Also

IGDSExportOptions Interface