ProcessCellBitMaps
The
ProcessCellBitMaps
item returns the bitmap index for all the process cells within the equipment database loaded by the server.This table shows the input and output formats for this item.
Input Format | Request: ProcessCellBitMaps | ||
Output Format | The ProcessCellBitMaps item returns in this format: | ||
<ProcessCellBitMaps> | is | <NullList> | <BitMapList> | |
<BitMapList> | is | <BitMap> | <BitMap> \crlf <BitMapList> | |
<BitMap> | is | <BitMapIndex> \t <ProcessCellName> | |
<ProcessCellBitMaps> | is | <NullList> | <BitMapList> | |
where <BitMapList> is: | |||
Field Name | Format | Description | |
<BitMapIndex> | ASCII - Integer | Location of the bit map in the process cell items. | |
<ProcessCell
Name> | ASCII - String | The name of the process cell bitmap file. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(ProcessCellBitMaps) could return:0 \t REFINERY.BMP \crlf 1 \t REFINERY.BMP \crlf 2 \t REFINERY.BMP \crlf 3 \t REFINERY.BMP \crlf |
Provide Feedback