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


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

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