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




Gets the height of the Envelope.

Syntax

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

Remarks

This is the vertical extent of the Envelope. It is the same value as YMax minus YMin.

See Also

© 2010 All Rights Reserved.