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


IGPEnvelope.SetCoords Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPEnvelope.SetCoords Method

Sets the extent of the geoprocessing envelope given the x/y minimum/maximum values.

[Visual Basic .NET]
Public Sub SetCoords ( _
    ByVal XMin As Double, _
    ByVal YMin As Double, _
    ByVal XMax As Double, _
    ByVal YMax As Double _
)
[C#]
public void SetCoords (
    double XMin,
    double YMin,
    double XMax,
    double YMax
);
[C++]
HRESULT SetCoords(
  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

IGPEnvelope Interface