Editions
Related Functions
Example
The IN_ActivateHotspot function activates the specified hotspot on an edit layer.
Syntax
int IN_ActivateHotspot( docwinID, layerID, pHotspotID )
|
Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
IN_LAYER layerID |
layerID |
identifier of the edit layer that contains the hotspot |
|
CHARPTR pHotspotID |
hotspotID |
identifier of the hotspot to activate |
Remarks
Register the NotifyHotspotActivated notify if you want to receive a notification when a hotspot is activated.
Release information
Added to Imagenation for Windows in Release 4.00.
As of Release 5.1, also available in Imagenation for UNIX.
See also