2.2.28 ActionImageMapAreas

The ActionImageMapAreas property specifies a structure that defines a set of actions that are associated with areas of a Chart, Image, Map, or GaugePanel record. If the ActionImageMapAreas property is specified, it MUST be part of one of the following records:

  • Chart.ElementProperties.NonSharedElementProperties

  • Image.ElementProperties.NonSharedElementProperties

  • Map.ElementProperties.NonSharedElementProperties

  • GaugePanel.ElementProperties.NonSharedElementProperties       

     ActionImageMapAreas = actionImageMapAreasStart count *ActionInfoWithMaps
    


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

actionImageMapAreasStart

count

...

actionInfoWithMaps (variable)

...

actionImageMapAreasStart (1 byte): A byte that specifies the start of the ActionImageMapAreas record. The value of the actionImageMapAreasStart field MUST be 0x26.

count (4 bytes): A signed integer that specifies the number of ActionInfoWithMaps record elements in the array.

actionInfoWithMaps (variable): An array of ActionInfoWithMaps records. The number of elements in the array MUST be equal to the value of the count field.