ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.YMax Property

The position of the top.

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

Parameters

YMax [out, retval]   YMax is a parameter of type double YMax   YMax is a parameter of type double

Product Availability

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

Description

refer to the YMax property of IEnvelope

See Also

IEnvelopeGEN Interface