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


IEnvelopeGEN.LowerLeft Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.LowerLeft Property

The lower left corner.

[Visual Basic .NET]
Public Property LowerLeft As IPoint
[C#]
public IPoint LowerLeft {get; set;}
[C++]
HRESULT get_LowerLeft(
  IPoint** LowerLeft
);
[C++]
HRESULT put_LowerLeft(
  IPoint* LowerLeft
);
[C++]

Parameters LowerLeft [out, retval]
LowerLeft is a parameter of type IPoint LowerLeft
LowerLeft is a parameter of type IPoint

Product Availability

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

Description

refer to the LowerLeft property of IEnvelope

See Also

IEnvelopeGEN Interface