[Visual Basic .NET]
Public Sub GetImageInfo ( _
ByRef XMin As Double, _
ByRef YMin As Double, _
ByRef XMax As Double, _
ByRef YMax As Double, _
ByRef nCols As Integer, _
ByRef nRows As Integer _
)
[C#]
public void GetImageInfo (
ref double XMin,
ref double YMin,
ref double XMax,
ref double YMax,
ref int nCols,
ref int nRows
);
[C++]
HRESULT GetImageInfo(
double* XMin,
double* YMin,
double* XMax,
double* YMax,
long* nCols,
long* nRows
);
[C++]
Parameters
XMin [out]
XMin is a parameter of type double
YMin [out]
YMin is a parameter of type double
XMax [out]
XMax is a parameter of type double
YMax [out]
YMax is a parameter of type double
nCols [out]
nCols is a parameter of type long
nRows [out]
nRows is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IAISImageService2X Interface