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