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
















