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


IAISImageServiceX.GetImageInBuffer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISImageServiceX.GetImageInBuffer Method

Gets the last requested AOI image into the buffer provided. This method will not work on 64-bit platforms and has been deprecated. Use the new alternative method QueryImageData() on IAISImageService3X for the same purpose.

[Visual Basic .NET]
Public Function GetImageInBuffer ( _
    ByVal bufferPtr As Integer _
) As Boolean
[C#]
public bool GetImageInBuffer (
    int bufferPtr
);
[C++]
HRESULT GetImageInBuffer(
  long bufferPtr,
  VARIANT_BOOL* retStatus
);
[C++]

Parameters bufferPtr [in] bufferPtr is a parameter of type long retStatus [out, retval] retStatus is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAISImageServiceX Interface