This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.XMax Property (ArcObjects .NET 10.5 SDK) |
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
refer to the XMax property of IEnvelope