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


IGlobeLayerProperties.PutLossyCompressionOption Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.PutLossyCompressionOption Method

Puts the lossy compression option and compression quality.

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

Parameters 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

IGlobeLayerProperties Interface

.NET Related Topics

GlobeCore