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


IEnvelopeGEN.XMin Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.XMin Property

The position of the left side.

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

Parameters XMin [out, retval] XMin is a parameter of type double XMin XMin is a parameter of type double

Product Availability

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

Description

refer to the XMin property of IEnvelope

See Also

IEnvelopeGEN Interface