ProcessCellsList2

The
ProcessCellsList2
item returns a list of process cells in the current area. This item is different from the
ProcessCellsList
item in that it provides the name of a class on which a process cell is based.
This table shows the input and output formats for this item.
Input Format
Request:
ProcessCellsList2
Output Format
The ProcessCellsList2 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>
\t
<PCellClass>
\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
Max # 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.
<PCellClass>
ASCII - String
Name of the process cell class.
This table shows an example of the return on this request.
Example:
A request on
object
.
GetItem(ProcessCellsList2)
could return:
1 \t WEST_PARLOR \t 1 \t 120 \t 48 \t AREA1 \t 0 \t TOM_AND_JERRY \crlf
24 \t SOUTH_PARLOR \t 1 \t 271 \t 48 \t AREA1 \t 1 \t TOM_AND_JERRY \crlf
54 \t NORTH_PARLOR \t 1 \t 423 \t 47 \t AREA1 \t 2 \t TOM_AND_JERRY \crlf
36 \t MEGA_PARLOR \t 1 \t 280 \t 195 \t AREA1 \t 3 \t TOM_AND_JERRY \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal