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


IGPEnvelope.XMax Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvelope Interface > IGPEnvelope.XMax Property
ArcGIS Developer Help

IGPEnvelope.XMax Property

The maximum X value of the geoprocessing envelope.

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

XMax is a parameter of type double* XMax [in]
XMax is a parameter of type double

Product Availability

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

See Also

IGPEnvelope Interface