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


IZlibCompression.BufferSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZlibCompression Interface > IZlibCompression.BufferSize Property
ArcGIS Developer Help

IZlibCompression.BufferSize Property

Estimated buffer size of compress/uncompress texture data.

[Visual Basic .NET]
Public Function get_BufferSize ( _
    ByVal Size As Integer _
) As Integer
[C#]
public int get_BufferSize (
    int Size
);
[C++]
HRESULT get_BufferSize(
  long Size,
  System.Int32* pSize
);
[C++]
Parameters
Size [in]

Size is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*

Product Availability

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

See Also

IZlibCompression Interface