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


IAISImageServiceX.ExtractAoi Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  VARIANT_BOOL* retStatus
);
[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 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