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


IEnvelopeGEN.QueryCoords Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.QueryCoords Method
ArcGIS Developer Help

IEnvelopeGEN.QueryCoords Method

Returns the coordinates of lower, left and upper, right corners.

[Visual Basic .NET]
Public Sub QueryCoords ( _
    ByRef XMin As Double, _
    ByRef YMin As Double, _
    ByRef XMax As Double, _
    ByRef YMax As Double _
)
[C#]
public void QueryCoords (
    ref double XMin,
    ref double YMin,
    ref double XMax,
    ref double YMax
);
[C++]
HRESULT QueryCoords(
  System.Double* XMin,
  System.Double* YMin,
  System.Double* XMax,
  System.Double* YMax
);
[C++]
Parameters
XMin [out]

XMin is a parameter of type double* YMin [out]
YMin is a parameter of type double* XMax [out]
XMax is a parameter of type double* YMax [out]
YMax is a parameter of type double*

Product Availability

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

Description

refer to the QueryCoords method of IEnvelope

See Also

IEnvelopeGEN Interface