ArcGIS Pro 2.7 API Reference Guide
XMin Property (EnvelopeBuilderEx)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx Class : XMin Property
Gets or sets the X minimum of this instance.
Syntax
public double XMin {get; set;}
Public Property XMin As Double
Remarks
If the value passed in to set XMin is greater than XMax, then XMax is also set to this value. To set both the minimum and maximum values simultaneously, use SetXYCoords.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members