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


IGDSData.Compressed Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGDSData.Compressed Property

Indicates whether the data has been compressed.

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

Parameters comp [out, retval] comp is a parameter of type VARIANT_BOOL comp [in] comp is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

The get_Compressed method returns whether the data has been compressed. Compressed data is stored in the .zip format.

See Also

IGDSData Interface

.NET Related Topics

How to create a replica in a disconnected environment | How to synchronize a data change message in a disconnected environment | How to synchronize an acknowledgement message in a disconnected environment