ArcGIS Pro 2.8 API Reference Guide
EnvelopeBuilder Constructor(Coordinate3D,Coordinate3D,SpatialReference)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilder Class > EnvelopeBuilder Constructor : EnvelopeBuilder 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 EnvelopeBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
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.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
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.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilder Class
EnvelopeBuilder Members
Overload List