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


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

IEnvelope4.QueryWKSCoordsZ Method

Defines the specified 3D wksenvelope to be the current extent of this geometry in 3 dimension.

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

e is a parameter of type WKSEnvelopeZ*

Product Availability

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

See Also

IEnvelope4 Interface