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


IEnvelopeGEN.LowerRight 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.LowerRight Property
ArcGIS Developer Help

IEnvelopeGEN.LowerRight Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

refer to the LowerRight property of IEnvelope

See Also

IEnvelopeGEN Interface