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


IGPEnvelope.XMin 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.XMin Property
ArcGIS Developer Help

IGPEnvelope.XMin Property

The minimum X value of the geoprocessing envelope.

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

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

Product Availability

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

See Also

IGPEnvelope Interface