MapWinGIS:GridColorScheme NumBreaks
From MapWindow GIS
NumBreaks
Gets the number of color breaks in the color scheme.
VB.NET Usage
ReadOnly Property NumBreaks() As Integer
Parameters
|
ReturnValue | The number of color breaks in the color scheme. |
Sample Code
Private Sub NumBreaks()
Dim scheme As New MapWinGIS.GridColorScheme()
Dim count As Integer
'Get the number of color breaks in the color scheme
count = scheme.NumBreaks
End Sub
VB 6 Usage
ReadOnly Property NumBreaks() As Long
Parameters
|
ReturnValue | The number of color breaks in the color scheme. |
Sample Code
Private Sub NumBreaks()
Dim scheme As New MapWinGIS.GridColorScheme
Dim count As Long
'Get the number of color breaks in the color scheme
count = scheme.NumBreaks
End Sub
















