EnvelopeN
Base Type: Envelope
A class for a Envelope represented in normalized form.
|
Property |
Type |
Description |
|---|---|---|
|
MMax |
double |
The maximum measure value in the area of the envelope. |
|
MMaxSpecified |
bool |
Indicates if MMax is specified. |
|
MMin |
double |
The minimum measure value in the area of the envelope. |
|
MMinSpecified |
bool |
Indicates if MMin is specified. |
|
SpatialReference |
The spatial reference associated with this geometry. | |
|
XMax |
double |
The position of the right side. |
|
XMin |
double |
The position of the left side. |
|
YMax |
double |
The position of the top. |
|
YMin |
double |
The position of the bottom. |
|
ZMax |
double |
The maximum Z value in the area of the envelope. |
|
ZMaxSpecified |
bool |
Indicates if ZMax is specified. |
|
ZMin |
double |
The minimum Z value in the area of the envelope. |
|
ZMinSpecified |
bool |
Indicates if ZMin is specified. |