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


IGPEnvelope.YMax Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvelope Interface > IGPEnvelope.YMax Property
ArcGIS Developer Help

IGPEnvelope.YMax Property

The maximum Y value of the geoprocessing envelope.

[Visual Basic .NET]
Public Property YMax As Double
[C#]
public double YMax {get; set;}
[C++]
HRESULT get_YMax(
  System.Double* YMax
);
[C++]
HRESULT put_YMax(
  double YMax
);
[C++]
Parameters
YMax [out, retval]

YMax is a parameter of type double* YMax [in]
YMax is a parameter of type double

Product Availability

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

See Also

IGPEnvelope Interface