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


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

IEnvelope.QueryWKSCoords Method

Copies the left, bottom, right and top sides into e.

[Visual Basic .NET]
Public Sub QueryWKSCoords ( _
    ByRef e As WKSEnvelope _
)
[C#]
public void QueryWKSCoords (
    ref WKSEnvelope e
);
[C++]
HRESULT QueryWKSCoords(
  WKSEnvelope* e
);
[C++]
Parameters
e [out]

e is a parameter of type WKSEnvelope*

Product Availability

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

See Also

IEnvelope Interface