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


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

IGlobeLayerInfo2.TextureCompressionType Property

The current texture compression type.

[Visual Basic .NET]
Public ReadOnly Property TextureCompressionType As esriTextureFormatType
[C#]
public esriTextureFormatType TextureCompressionType {get;}
[C++]
HRESULT get_TextureCompressionType(
  esriTextureFormatType* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriTextureFormatType*

Product Availability

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

See Also

IGlobeLayerInfo2 Interface