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


IGlobeLayerInfo.LossyCompression Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.LossyCompression Property

Indicates if lossy compression is used.

[Visual Basic .NET]
Public ReadOnly Property LossyCompression As Boolean
[C#]
public bool LossyCompression {get;}
[C++]
HRESULT get_LossyCompression(
  VARIANT_BOOL* pbLossyCompression
);
[C++]

Parameters pbLossyCompression [out, retval] pbLossyCompression is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerInfo Interface