DeleteSpeedBin Method
The DeleteSpeedBin method deletes the indicated custom bin from a wind chart.
Syntax
object.DeleteSpeedBin( index )
Parameter | Type | Description |
index | Short | required, index of bin to be deleted (returned by AddSpeedBin) |
Example
This example shows how to delete the four existing speed bins. Note that the index number is one each time. The index number changes each time a bin is deleted.
WindChart.DeleteSpeedBin(1)
WindChart.DeleteSpeedBin(1)
WindChart.DeleteSpeedBin(1)
WindChart.DeleteSpeedBin(1)
Used by: AutoWindChart object