ArcObjects Library Reference (System)  

WKSEnvelope Structure

A rectangle orthogonal with sides parallel to a coordinate system.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   XMin As Double,
   YMin As Double,
   XMax As Double,
   YMax As Double
)
[C#]
public WKSEnvelope {
   double XMin,
   double YMin,
   double XMax,
   double YMax
)
[C++]

typedef struct WKSEnvelope {

   double XMin;

   double YMin;

   double XMax;

   double YMax; } WKSEnvelope;

Product Availability

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