UnitBitMaps
The
UnitBitMaps
item returns the unit IDs and bitmap files for all the units in the system.This table shows the input and output formats for this item.
Input Format | Request: UnitBitMaps | ||
Output Format | The UnitBitMaps item returns in this format: | ||
<UnitBitMaps> | is | <NullList> | <BitMapList> | |
<BitMapList> | is | <BitMap> | <BitMap> \crlf <BitMapList> | |
<BitMap> | is | <BitMapIndex> \t <UnitName> | |
where <BitMap> is: | |||
Field Name | Format | Description | |
<BitMapIndex> | ASCII - Integer | Location of the bit map in the unit items. | |
<UnitName> | ASCII - String | Name of the unit. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(UnitBitMaps) returns:0 \t MIX-1.BMP \crlf 1 \t MIX-1.BMP \crlf ... 13 \t CompactSpray.BMP \crlf |
Provide Feedback