ArcObjects Library Reference (Geometry)  

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