IAISImageService.GetImageInBuffer method

Applies To: IAISImageService

This method saves the image data of the requested AOI into the Image buffer.

[Visual Basic 6.0]

retVal=Object.GetImageInBuffer(bufferPtr)

[C++]

Object->GetImageInBuffer(bufferPtr,&retVal);

[C#, .NET]

retVal=Object.GetImageInBuffer(bufferPtr);

Arguments

[in]bufferPtr

Long. Holds the address of the buffer in memory.

Return Value

[out]retVal

Boolean that determines the image request state.

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.