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.UpperLeft Property (ArcObjects .NET 10.5 SDK) |
The upper left corner.
[Visual Basic .NET] Public Property UpperLeft As IPoint
[C#] public IPoint UpperLeft {get; set;}
[C++]
HRESULT get_UpperLeft(
IPoint** UpperLeft
);
[C++]
HRESULT put_UpperLeft(
IPoint* UpperLeft
);
[C++]
Parameters UpperLeft [out, retval]
UpperLeft is a parameter of type IPoint UpperLeft
UpperLeft is a parameter of type IPoint
refer to the UpperLeft property of IEnvelope