This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IZ > IZlibCompression Interface > IZlibCompression.BufferSize Property (ArcObjects .NET 10.5 SDK) |
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,
long* pSize
);
[C++]
Parameters Size [in] Size is a parameter of type long pSize [out, retval] pSize is a parameter of type long