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
















