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


IGlobeLayerProperties2.CacheCompressionType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties2 Interface > IGlobeLayerProperties2.CacheCompressionType Property
ArcGIS Developer Help

IGlobeLayerProperties2.CacheCompressionType Property

The cache compression type.

[Visual Basic .NET]
Public Property CacheCompressionType As esriTextureFormatType
[C#]
public esriTextureFormatType CacheCompressionType {get; set;}
[C++]
HRESULT get_CacheCompressionType(
  esriTextureFormatType pType
);
[C++]
HRESULT put_CacheCompressionType(
  esriTextureFormatType* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type esriTextureFormatType pType [out, retval]
pType is a parameter of type esriTextureFormatType*

Product Availability

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

Description

Applicable to rasters and rasterized feature data. Valid values are esriTextureFormatType.esriTextureJPEG and esriTextureFormatType.esriTextureDXT.

See Also

IGlobeLayerProperties2 Interface