ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.UpperRight Property

The upper right corner.

[Visual Basic .NET]
Public Property UpperRight As IPoint
[C#]
public IPoint UpperRight {get; set;}
[C++]
HRESULT get_UpperRight(
  IPoint** UpperRight
);
[C++]
HRESULT put_UpperRight(
  IPoint* UpperRight
);
[C++]

Parameters

UpperRight [out, retval]

  UpperRight is a parameter of type IPoint

UpperRight

  UpperRight is a parameter of type IPoint

Product Availability

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

Description

refer to the UpperRight property of IEnvelope

See Also

IEnvelopeGEN Interface