This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.LowerRight Property (ArcObjects .NET 10.4 SDK) |
The lower right corner.
[Visual Basic .NET] Public Property LowerRight As IPoint
[C#] public IPoint LowerRight {get; set;}
[C++]
HRESULT get_LowerRight(
IPoint** LowerRight
);
[C++]
HRESULT put_LowerRight(
IPoint* LowerRight
);
[C++]
Parameters LowerRight [out, retval]
LowerRight is a parameter of type IPoint LowerRight
LowerRight is a parameter of type IPoint
refer to the LowerRight property of IEnvelope