<viz>.deletehotspot

Remove the hotspot with the given ID

 

<viz>.deletehotspot(
    id    # hotspot ID

)

 

id

The id of the hotspot to remove.


Remarks

This deletes the hotspot from the list.

Return Value

None

Example

viz.starthotspot(0, viz.RECTANGLE_HOTSPOT_IN, -1.5, -4.5, 1.0, 3.0)
.
.
.
viz.deletehotspot(0)

See also

<viz>.starthotspot
<viz>.callback