This document is archived and information here might be outdated. Recommended version. |
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*