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


WKSEnvelope Structure (ArcObjects .NET 10.4 SDK)
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.