ArcObjects Library Reference  (Geometry)    

IEnvelope.UpperRight Property

The upper right corner.

[Visual Basic 6.0]
Property UpperRight As IPoint
[Visual Basic .NET]
Public Property UpperRight As IPoint
[C#]
public IPoint UpperRight {get; set;}
[Java]
public IPoint getUpperRight()
throws
    IOException,
    AutomationException
[Java]
public void setUpperRight(
IPoint pPoint
)
throws
    IOException,
    AutomationException
[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.

Remarks


Returns or sets the UpperRight point of an Envelope .
Envelope UpperRight Example

See Also

IEnvelope Interface | IEnvelope.UpperLeft Property | IEnvelope.LowerLeft Property | IEnvelope.LowerRight Property | IEnvelope.Width Property | IEnvelope.Height Property

Example

LowerLeft_Example

 


Feedback Send feedback on this page