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


IDERasterDataset.CompressionType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDERasterDataset.CompressionType Property

The compression technique applied to this RasterDataset.

[Visual Basic .NET]
Public Property CompressionType As String
[C#]
public string CompressionType {get; set;}
[C++]
HRESULT get_CompressionType(
  BSTR* comp
);
[C++]
HRESULT put_CompressionType(
  BSTR comp
);
[C++]

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

Product Availability

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

See Also

IDERasterDataset Interface