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