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
















