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


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

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,
  Boolean* pbLossyCompression,
  System.Int16* pQuality
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriGlobeDataType 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

IGlobeAdvancedOptions Interface