IAISImageService.GetBufferSize method

Applies To: IAISImageService

This method returns the size of the buffer required for the last requested AOI image. It is used to initialize the image buffer before requesting for an image.

[Visual Basic 6.0]

bufferSize=Object.GetBufferSize()

[C++]

Object->GetBufferSize(&bufferSize);

[C#, .NET]

bufferSize=Object.GetBufferSize();

Return Value

[out]bufferSize

Long value that represents the size of the last requested AOI image.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Include

isclientc.h (ANSI C)

For more details, please see the IAISClient Sample in C++, C# and VB 6.0.