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


IGlobeAdvancedOptions.SetDefaultCompression 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.SetDefaultCompression Method
ArcGIS Developer Help

IGlobeAdvancedOptions.SetDefaultCompression Method

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

[Visual Basic .NET]
Public Sub SetDefaultCompression ( _
    ByVal Type As esriGlobeDataType, _
    ByVal bLossyCompression As Boolean, _
    ByVal quality As Short _
)
[C#]
public void SetDefaultCompression (
    esriGlobeDataType Type,
    bool bLossyCompression,
    short quality
);
[C++]
HRESULT SetDefaultCompression(
  esriGlobeDataType Type,
  VARIANT_BOOL bLossyCompression,
  short quality
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriGlobeDataType bLossyCompression [in]
bLossyCompression is a parameter of type bool quality [in]
quality is a parameter of type short

Product Availability

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

See Also

IGlobeAdvancedOptions Interface