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


IGPLayer.SetAOICoords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPLayer Interface > IGPLayer.SetAOICoords Method
ArcGIS Developer Help

IGPLayer.SetAOICoords Method

The set Extent of the feature layer.

[Visual Basic .NET]
Public Sub SetAOICoords ( _
    ByVal xMin As Double, _
    ByVal yMin As Double, _
    ByVal xMax As Double, _
    ByVal yMax As Double _
)
[C#]
public void SetAOICoords (
    double xMin,
    double yMin,
    double xMax,
    double yMax
);
[C++]
HRESULT SetAOICoords(
  double xMin,
  double yMin,
  double xMax,
  double yMax
);
[C++]
Parameters
xMin [in]

xMin is a parameter of type double yMin [in]
yMin is a parameter of type double xMax [in]
xMax is a parameter of type double yMax [in]
yMax is a parameter of type double

Product Availability

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

See Also

IGPLayer Interface