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


IGlobeLayerInfo.CompressionQuality Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.CompressionQuality Property
ArcGIS Developer Help

IGlobeLayerInfo.CompressionQuality Property

The compression quality used.

[Visual Basic .NET]
Public ReadOnly Property CompressionQuality As Short
[C#]
public short CompressionQuality {get;}
[C++]
HRESULT get_CompressionQuality(
  System.Int16* pQuality
);
[C++]
Parameters
pQuality [out, retval]

pQuality is a parameter of type short*

Product Availability

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

See Also

IGlobeLayerInfo Interface