ESRI.ArcGIS.ADF.IMS
XMin Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geometry Namespace > Envelope Class : XMin Property




Gets or sets the minimum x-coordinate of the Envelope.

Syntax

Visual Basic (Declaration) 
Public Property XMin As Double
Visual Basic (Usage)Copy Code
Dim instance As Envelope
Dim value As Double
 
instance.XMin = value
 
value = instance.XMin
C# 
public double XMin {get; set;}

Example

For an example, see the Envelope overview.

Remarks

This is the left-side x-coordinate (horizontal dimension). XMin is always less than the value of XMax. If coordinates are negative, XMin will be further from zero than XMax. For example, if XMin is -43.7, XMax will be a greater value such as -38.2. Unpredictable results will occur if an envelope is used where XMax is less than XMin.

See Also

© 2010 All Rights Reserved.