ArcObjects Library Reference (3DAnalyst)  

I3DProperties2.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* Type
);
[C++]
HRESULT put_TextureCompressionType(
  esriTextureFormatType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriTextureFormatType

Type [in]

  Type is a parameter of type esriTextureFormatType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties2 Interface