This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITextureCompression Interface > ITextureCompression.FreeCompressData Method (ArcObjects .NET 10.5 SDK) |
Free the Compression buffer created in Compress texture.
[Visual Basic .NET]
Public Sub FreeCompressData ( _
ByRef pInData As Byte& _
)
[C#] public void FreeCompressData ( ref Byte& pInData );
[C++]
HRESULT FreeCompressData(
Byte* pInData
);
[C++]
Parameters pInData [in] pInData is a parameter of type Byte
Do not use members of this interface. This is a private interface, that will be removed in future releases.