This document is archived and information here might be outdated.  Recommended version.


IGPEnvelope.YMin Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPEnvelope.YMin Property

The minimum Y value of the geoprocessing envelope.

[Visual Basic .NET]
Public Property YMin As Double
[C#]
public double YMin {get; set;}
[C++]
HRESULT get_YMin(
  System.Double* YMin
);
[C++]
HRESULT put_YMin(
  double YMin
);
[C++]

Parameters YMin [out, retval]
YMin is a parameter of type double* YMin [in]
YMin is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPEnvelope Interface