This document is archived and information here might be outdated. Recommended version. |
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*
refer to the QueryWKSCoords method of IEnvelope