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


IEnvelopeGEN.Width Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.Width Property
ArcGIS Developer Help

IEnvelopeGEN.Width Property

The width of the envelope.

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

Width is a parameter of type double* Width
Width is a parameter of type double

Product Availability

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

Description

refer to the Width property of IEnvelope

See Also

IEnvelopeGEN Interface