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




Gets the width of the Envelope.

Syntax

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

Remarks

This is the horizontal extent of the Envelope. It is the same value as XMax minus XMin.

See Also

© 2010 All Rights Reserved.