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


IEnvelope4.PutWKSCoordsZ Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IEnvelope4.PutWKSCoordsZ Method

Copies e's 3D dimensions into this envelope.

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

Parameters e
e is a parameter of type _WKSEnvelopeZ

Product Availability

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

See Also

IEnvelope4 Interface