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


IGlobeAdvancedOptions.GetDefaultCompression Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions.GetDefaultCompression Method

Gets default lossy compression option for a data type, and its quality from 1 to 100.

[Visual Basic .NET]
Public Sub GetDefaultCompression ( _
    ByVal Type As esriGlobeDataType, _
    ByRef pbLossyCompression As Boolean, _
    ByRef pQuality As Int16& _
)
[C#]
public void GetDefaultCompression (
    esriGlobeDataType Type,
    ref bool pbLossyCompression,
    ref Int16& pQuality
);
[C++]
HRESULT GetDefaultCompression(
  esriGlobeDataType Type,
  VARIANT_BOOL* pbLossyCompression,
  short* pQuality
);
[C++]

Parameters Type [in]
Type is a parameter of type esriGlobeDataType 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

IGlobeAdvancedOptions Interface