ArcGIS Pro 2.7 API Reference Guide
EnvelopeBuilderEx Constructor(Coordinate2D,Coordinate2D,SpatialReference)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx Class > EnvelopeBuilderEx Constructor : EnvelopeBuilderEx Constructor(Coordinate2D,Coordinate2D,SpatialReference)
Lower left corner of the envelope.
Upper right corner of the envelope.
(Optional) The SpatialReference. The default value is null.
Initializes a new instance of the EnvelopeBuilderEx class.
Syntax

Parameters

minCoord
Lower left corner of the envelope.
maxCoord
Upper right corner of the envelope.
spatialReference
(Optional) The SpatialReference. The default value is null.
Remarks
The resulting envelope is normalized to ensure its XMin <= XMax and YMin <= YMax. If any of the 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