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


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

IEnvelopeGEN.UpperLeft Property

The upper left corner.

[Visual Basic .NET]
Public Property UpperLeft As IPoint
[C#]
public IPoint UpperLeft {get; set;}
[C++]
HRESULT get_UpperLeft(
  IPoint** UpperLeft
);
[C++]
HRESULT put_UpperLeft(
  IPoint* UpperLeft
);
[C++]
Parameters
UpperLeft [out, retval]

UpperLeft is a parameter of type IPoint** UpperLeft
UpperLeft is a parameter of type IPoint*

Product Availability

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

Description

refer to the UpperLeft property of IEnvelope

See Also

IEnvelopeGEN Interface