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


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

IEnvelopeGEN.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.

Description

refer to the QueryWKSCoords method of IEnvelope

See Also

IEnvelopeGEN Interface