MapWinGIS:Extents yMax
From MapWindow GIS
yMax
The maximum y bound for the extents object.
VB.NET Usage
ReadOnly Property yMax() As Double
Parameters
|
ReturnValue | The maximum y bound for the extents object. |
Sample Code
Private Sub Extents_yMax()
Dim extents As New MapWinGIS.Extents()
Dim yMax As Double
'Get the maximum y bound for the extents object
yMax = extents.yMax
End Sub
VB 6 Usage
ReadOnly Property yMax() As Double
Parameters
|
ReturnValue | The maximum y bound for the extents object. |
Sample Code
Private Sub Extents_yMax()
Dim extents As New MapWinGIS.extents
Dim yMax As Double
'Get the maximum y bound for the extents object
yMax = extents.yMax
End Sub
















