ProcessCellsList
The
ProcessCellsList
item returns a list of process cells in the current area.This table shows the input and output formats for this item.
Input Format | Request: ProcessCellsList | ||
Output Format | The ProcessCellsList item is returned in this format: | ||
<ProcessCellList> | is | <NullList> | <PCList> | |
<PCList> | is | <ProcessCell> | <ProcessCell> <PCList> | |
<ProcessCell> | is | <PCellID> \t <PCellName> \t <MaxOwners> \t <XCoord> \t <YCoord> \t <Area> \t <BitMapIndex> \crlf | |
where <ProcessCell> is: | |||
Field Name | Format | Description | |
<PCellID> | ASCII - Integer | Resource ID for process cell. | |
<PCellName> | ASCII - String | Name of process cell. | |
<MaxOwners> | ASCII - Integer | Maximum number of owners. | |
<XCoord> | ASCII - Integer | X Coordinate for Equipment View. | |
<YCoord> | ASCII integer | Y Coordinate for Equipment View. | |
<Area> | ASCII - String | Area name. | |
<BitMapIndex> | ASCII integer | Location of bitmap in the list of process cell bitmaps item. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(ProcessCellsList) could return:1 \t WEST_PARLOR \t 1 \t 120 \t 48 \t AREA1 \t 0 \crlf 24 \t SOUTH_PARLOR \t 1 \t 271 \t 48 \t AREA1 \t 1 \crlf 54 \t NORTH_PARLOR \t 1 \t 423 \t 47 \t AREA1 \t 2 \crlf 36 \t MEGA_PARLOR \t 1 \t 280 \t 195 \t AREA1 \t 3 \crlf |
Provide Feedback