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


ISegment.QueryWKSEnvelope Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ISegment.QueryWKSEnvelope Method

Queries the WKS Envelope.

[Visual Basic .NET]
Public Sub QueryWKSEnvelope ( _
    ByRef Envelope As WKSEnvelope _
)
[C#]
public void QueryWKSEnvelope (
    ref WKSEnvelope Envelope
);
[C++]
HRESULT QueryWKSEnvelope(
  WKSEnvelope* Envelope
);
[C++]

Parameters Envelope
Envelope is a parameter of type WKSEnvelope*

Product Availability

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

See Also

ISegment Interface