The width of the envelope.
[Visual Basic 6.0] Property Width As Double
[Visual Basic .NET] Public Property Width As Double
[C#] public double Width {get; set;}
[Java] public Double getWidth() throws IOException, AutomationException
[Java] public void setWidth( Double Width ) throws IOException, AutomationException
[C++]
HRESULT get_Width(
double* Width
);
[C++] HRESULT put_Width( double Width);
Parameters
Width [out, retval]
Width is a parameter of type double
Width
Width is a parameter of type double
The Width of an Envelope is the horizonal span. The Width = XMax - XMin. Used to get or set the Width of a non-empty Envelope. If used to set the Width, the LowerLeft and UpperLeft points are preserved and the LowerRight and UpperRight points are repositioned accordingly.

IEnvelope Interface | IEnvelope.Height Property | IEnvelope.LowerLeft Property | IEnvelope.LowerRight Property | IEnvelope.UpperLeft Property | IEnvelope.LowerRight Property