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

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx Class > EnvelopeBuilderEx Constructor : EnvelopeBuilderEx Constructor(Coordinate3D,Coordinate3D,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, YMin <= YMax and ZMin <= ZMax. If any of the xy-coordinate values are NaN, then the envelope is set to empty. The HasZ property is set to true.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members
Overload List