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


IGlobeLayerProperties2.TextureCompressionType 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.TextureCompressionType Property
ArcGIS Developer Help

IGlobeLayerProperties2.TextureCompressionType Property

The current texture compression type.

[Visual Basic .NET]
Public Property TextureCompressionType As esriTextureFormatType
[C#]
public esriTextureFormatType TextureCompressionType {get; set;}
[C++]
HRESULT get_TextureCompressionType(
  esriTextureFormatType pType
);
[C++]
HRESULT put_TextureCompressionType(
  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

Used to apply DXT compression to material textures. This conserves memory usage and improves interactive performance. There is a minor degradation in the visual quality of textures. Valid values are esriTextureFormatType.esriTextureDXT (to apply DXT compression) and esriTextureFormatType.esriTextureJPEG.

See Also

IGlobeLayerProperties2 Interface