This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.PutCoords Method (ArcObjects .NET 10.5 SDK) |
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
refer to the PutCoords method of IEnvelope