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


ITextureCompression.FreeCompressData Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ITextureCompression.FreeCompressData Method

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

Product Availability

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

Description

Do not use members of this interface. This is a private interface, that will be removed in future releases.

See Also

ITextureCompression Interface