The width of the Envelope along the X axis.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public double Width { get; set; }
Visual Basic (Declaration)
Public Property Width As Double

Field Value

A double representing the width.

Remarks

The width of an Envelope indicates the range of X values.

See Also