ArcObjects Library Reference (GeoDatabase)  

ICompressionInfo.IsCompressed Property

Indicates if the dataset is compressed.

[Visual Basic .NET]
Public Property IsCompressed As Boolean
[C#]
public bool IsCompressed {get; set;}
[C++]
HRESULT get_IsCompressed(
  VARIANT_BOOL* IsCompressed
);
[C++]
HRESULT put_IsCompressed(
  VARIANT_BOOL IsCompressed
);
[C++]

Parameters

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

Product Availability

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

See Also

ICompressionInfo Interface