Provides further access to methods on 3D envelopes.
Members
Name | Description | |
---|---|---|
PutWKSCoordsZ | Copies e's 3D dimensions into this envelope. | |
QueryWKSCoordsZ | Defines the specified 3D wksenvelope to be the current extent of this geometry in 3 dimension. |
IEnvelope4.PutWKSCoordsZ Method
Copies e's 3D dimensions into this envelope.
Public Sub PutWKSCoordsZ ( _
ByRef e As WKSEnvelopeZ _
)
public void PutWKSCoordsZ (
ref WKSEnvelopeZ e
);
IEnvelope4.QueryWKSCoordsZ Method
Defines the specified 3D wksenvelope to be the current extent of this geometry in 3 dimension.
Public Sub QueryWKSCoordsZ ( _
ByRef e As WKSEnvelopeZ _
)
public void QueryWKSCoordsZ (
ref WKSEnvelopeZ e
);
Classes that implement IEnvelope4
Classes | Description |
---|---|
Envelope | A rectangle with sides parallel to a coordinate system defining the extent of another geometry; optionally has min and max measure, height and ID attributes. |