The Envelope class represents a region of space in an ICoordSys. An Envelope is defined by a maximum and a minimum point that give a bounding rectangle, if the points have two dimensions, or rectangular prism, if the points have three dimensions. The bounds of the Envelope are considered to be in the envelope.
|
Property |
Description |
|
Indicates if the InBounds method should always return true | |
|
The IdentifierCollection that stores all identifiers for this object | |
|
Gives the maximum point values | |
|
Gives the minimum point values | |
|
The name of this object | |
|
Indicates the type of the points that define the bounds | |
|
Various remarks about this object |
|
Method |
Description |
|
Produces a deep-copy of the current instance | |
|
Produces a deep-copy of an Envelope instance | |
|
Indicates if this object has an identifier that is also present in the specified object | |
|
Indicates if the specified point is within the bounds of the Envelope | |
|
Compares the value of two Envelope instances |