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


IAISImageServiceX.ExtractAoi Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAISImageServiceX Interface > IAISImageServiceX.ExtractAoi Method
ArcGIS Developer Help

IAISImageServiceX.ExtractAoi Method

[Visual Basic .NET]
Public Function ExtractAoi ( _
    ByVal x1 As Double, _
    ByVal y1 As Double, _
    ByVal x2 As Double, _
    ByVal y2 As Double, _
    ByVal nCols As Integer, _
    ByVal nRows As Integer _
) As Boolean
[C#]
public bool ExtractAoi (
    double x1,
    double y1,
    double x2,
    double y2,
    int nCols,
    int nRows
);
[C++]
HRESULT ExtractAoi(
  double x1,
  double y1,
  double x2,
  double y2,
  long nCols,
  long nRows
);
[C++]
Parameters
x1 [in]

x1 is a parameter of type double y1 [in]
y1 is a parameter of type double x2 [in]
x2 is a parameter of type double y2 [in]
y2 is a parameter of type double nCols [in]
nCols is a parameter of type long nRows [in]
nRows is a parameter of type long

Product Availability

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

See Also

IAISImageServiceX Interface