MapWinGIS:Extents mMin
From MapWindow GIS
mMin
Gets the minimum measure bound for the extents object. Note: Measure bounds only apply to shapefiles containing measure data.
VB.NET Usage
ReadOnly Property mMin() As Double
Parameters
|
ReturnValue | The minimum measure bound for the extents object. |
Sample Code
Private Sub Extents_mMin()
Dim extents As New MapWinGIS.Extents()
Dim mMin As Double
'Get the minimum measure bound for the extents object
mMin = extents.mMin
End Sub
VB 6 Usage
ReadOnly Property mMin() As Double
Parameters
|
ReturnValue | The minimum measure bound for the extents object. |
Sample Code
Private Sub Extents_mMin()
Dim extents As New MapWinGIS.extents
Dim mMin As Double
'Get the minimum measure bound for the extents object
mMin = extents.mMin
End Sub
















