ArcObjects Library Reference  (Geometry)    

IEnvelope.LowerRight Property

The lower right corner.

[Visual Basic 6.0]
Property LowerRight As IPoint
[Visual Basic .NET]
Public Property LowerRight As IPoint
[C#]
public IPoint LowerRight {get; set;}
[Java]
public IPoint getLowerRight()
throws
    IOException,
    AutomationException
[Java]
public void setLowerRight(
IPoint pPoint
)
throws
    IOException,
    AutomationException
[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.

Remarks


Returns or sets the LowerRight point of an Envelope .
Envelope LowerRight Example

See Also

IEnvelope Interface | IEnvelope.LowerLeft Property | IEnvelope.UpperLeft Property | IEnvelope.UpperRight Property | IEnvelope.Width Property | IEnvelope.Height Property

Example

LowerLeft_Example

 


Feedback Send feedback on this page