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


IGlobeAdvancedOptions.SetDefaultCompression Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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 VARIANT_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