ArcGIS Pro 3.2 API Reference Guide
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.

In This Topic
    EnvelopeBuilderEx Constructor(Coordinate3D,Coordinate3D,SpatialReference)
    In This Topic
    Creates 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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also