This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > W > WKSEnvelope Structure (ArcObjects .NET 10.4 SDK) |
A rectangle orthogonal with sides parallel to a coordinate system.
[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;