ArcObjects Library Reference  (Geometry)    

IEnvelope.UpperLeft Property

The upper left corner.

[Visual Basic 6.0]
Property UpperLeft As IPoint
[Visual Basic .NET]
Public Property UpperLeft As IPoint
[C#]
public IPoint UpperLeft {get; set;}
[Java]
public IPoint getUpperLeft()
throws
    IOException,
    AutomationException
[Java]
public void setUpperLeft(
IPoint pPoint
)
throws
    IOException,
    AutomationException
[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.

Remarks


Returns or sets the UpperLeft point of an Envelope .

Envelope UpperLeft Example

See Also

IEnvelope Interface | IEnvelope.LowerLeft Property | IEnvelope.LowerRight Property | IEnvelope.UpperRight Property | IEnvelope.Height Property | IEnvelope.Width Property

Example

LowerLeft_Example

 


Feedback Send feedback on this page