The Envelope type exposes the following members.

Properties

  NameDescription
Area
Returns the area of the Envelope, in square units of the CoordinateSystem.
CoordinateSystem
Gets or sets the coordinate system used by this Geometry.
(Inherited from Geometry.)
Depth
The depth of the Envelope along the Z axis.
GeometryType
Gets the type of the geometry, indicating the underlying class.
(Inherited from Geometry.)
Height
The height of the Envelope along the Y axis.
IsEmpty
Indicates whether the Geometry contains any geometric information.
(Inherited from Geometry.)
Width
The width of the Envelope along the X axis.
XMax
Gets or sets the maximum X coordinate of the Envelope.
XMin
Gets or sets the minimum X coordinate of the Envelope.
YMax
Gets or sets the maximum Y coordinate of the Envelope.
YMin
Gets or sets the minimum Y coordinate of the Envelope.
ZMax
Gets or sets the maximum Z (elevation) value of the Envelope.
ZMin
Gets or sets the minimum Z (elevation) value of the Envelope.
ZSpecified
Gets a value indicating whether the geometry has Z values specified.
(Inherited from Geometry.)

See Also