CurrIconNo

Syntax

<Path>.CurrIconNo:integer
Note:

A 3D Only model does not provide the attribute CurrIconNo.

The attribute CurrIconNo sets the number of the icon with which Plant Simulation shows the object designated by <Path>.

Data Type of the Value You Can Assign

You can assign a value of data type integer.

Example

if MyStation.type = "drill" 
   MyStation.CurrIconNo := 3
else
   MyStation.CurrIconNo := 7
end

Related Topic

Number