IAISImageService2.GetImageInfo method

Applies To: IAISImageService2

This method gets the image information.

[Visual Basic 6.0]

variable=Object.GetImageInfo(xMin, yMin, xMax, yMax, nCols, nRows)

[C++]

Object->GetImageInfo(xMin, yMin, xMax, yMax, nCols, nRows);

[C#, .NET]

Object->GetImageInfo(xMin, yMin, xMax, yMax, nCols, nRows);

Arguments

[in] xMin

Double. The position of the left side.

[in] yMin

Double. The position of the bottom.

[in] xMax

Double. The position of the right side.

[in] yMax

Double. The position of the top.

[in] nCols

Long. The number of columns in the output image.

[in] nRows

Long. The number of rows in the output 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.