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.