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


IGlobeLayerProperties4.GetLossyCompressionOption Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.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(
  VARIANT_BOOL* pbLossyCompression,
  short* pQuality
);
[C++]

Parameters pbLossyCompression [out] pbLossyCompression is a parameter of type VARIANT_BOOL pQuality [out] pQuality is a parameter of type short

Product Availability

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

See Also

IGlobeLayerProperties4 Interface