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


IGlobeAdvancedOptions.IsLossyCompressionSupported Property (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.IsLossyCompressionSupported Property
ArcGIS Developer Help

IGlobeAdvancedOptions.IsLossyCompressionSupported Property

Indicates if lossy data compression is supported.

[Visual Basic .NET]
Public Function get_IsLossyCompressionSupported ( _
    ByVal Type As esriGlobeDataType _
) As Boolean
[C#]
public bool get_IsLossyCompressionSupported (
    esriGlobeDataType Type
);
[C++]
HRESULT get_IsLossyCompressionSupported(
  esriGlobeDataType Type,
  Boolean* pbLossySupported
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriGlobeDataType pbLossySupported [out, retval]
pbLossySupported is a parameter of type bool*

Product Availability

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

See Also

IGlobeAdvancedOptions Interface