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


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

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