ArcGIS Pro 2.9 API Reference Guide
CreateEnvelope(Coordinate3D,Coordinate3D,SpatialReference) Method

ArcGIS.Core.Geometry Namespace > EnvelopeBuilder Class > CreateEnvelope Method : CreateEnvelope(Coordinate3D,Coordinate3D,SpatialReference) Method
Lower left corner of the envelope.
Upper right corner of the envelope.
(Optional) The SpatialReference. The default value is null.
Convenience method to create a new instance of the Envelope class.
Syntax
Public Overloads Shared Function CreateEnvelope( _
   ByVal minCoord As Coordinate3D, _
   ByVal maxCoord As Coordinate3D, _
   Optional ByVal spatialReference As SpatialReference _
) As Envelope

Parameters

minCoord
Lower left corner of the envelope.
maxCoord
Upper right corner of the envelope.
spatialReference
(Optional) The SpatialReference. The default value is null.

Return Value

Remarks
The resulting envelope is normalized to ensure its XMin <= XMax, YMin <= YMax, ZMin <= ZMax. If any of the xy-coordinate values are NaN, then the envelope is set to empty.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilder Class
EnvelopeBuilder Members
Overload List