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


ISegment.QueryWKSEnvelope Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.QueryWKSEnvelope Method
ArcGIS Developer Help

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