ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.XMax Property

The position of the right side.

[Visual Basic .NET]
Public Property XMax As Double
[C#]
public double XMax {get; set;}
[C++]
HRESULT get_XMax(
  double* XMax
);
[C++]
HRESULT put_XMax(
  double XMax
);
[C++]

Parameters

XMax [out, retval]   XMax is a parameter of type double XMax   XMax is a parameter of type double

Product Availability

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

Description

refer to the XMax property of IEnvelope

See Also

IEnvelopeGEN Interface