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

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx 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

An Envelope with HasZ = true.
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 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members
Overload List