This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties2 Interface > I3DProperties2.TextureCompressionType Property (ArcObjects .NET 10.5 SDK) |
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