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


IGlobeLayerProperties.GetLossyCompressionOption Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.GetLossyCompressionOption Method
ArcGIS Developer Help

IGlobeLayerProperties.GetLossyCompressionOption Method

Gets the lossy compression option and compression quality.

[Visual Basic .NET]
Public Sub GetLossyCompressionOption ( _
    ByRef pbLossyCompression As Boolean, _
    ByRef pQuality As Int16& _
)
[C#]
public void GetLossyCompressionOption (
    ref bool pbLossyCompression,
    ref Int16& pQuality
);
[C++]
HRESULT GetLossyCompressionOption(
  Boolean* pbLossyCompression,
  System.Int16* pQuality
);
[C++]
Parameters
pbLossyCompression [out]

pbLossyCompression is a parameter of type bool* pQuality [out]
pQuality is a parameter of type short*

Product Availability

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

See Also

IGlobeLayerProperties Interface