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


IEnvelopeGEN.UpperRight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.UpperRight Property
ArcGIS Developer Help

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