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


IEnvelope.QueryWKSCoords Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

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