ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.PutCoords Method

Constructs an envelope from the coordinate values of lower, left and upper, right corners.

[Visual Basic .NET]
Public Sub PutCoords ( _
    ByVal XMin As Double, _
    ByVal YMin As Double, _
    ByVal XMax As Double, _
    ByVal YMax As Double _
)
[C#]
public void PutCoords (
    double XMin,
    double YMin,
    double XMax,
    double YMax
);
[C++]
HRESULT PutCoords(
  double XMin,
  double YMin,
  double XMax,
  double YMax
);
[C++]

Parameters

XMin   XMin is a parameter of type double YMin   YMin is a parameter of type double XMax   XMax is a parameter of type double YMax   YMax is a parameter of type double

Product Availability

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

Description

refer to the PutCoords method of IEnvelope

See Also

IEnvelopeGEN Interface