This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.UpperRight Property (ArcObjects .NET 10.5 SDK) |
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
refer to the UpperRight property of IEnvelope