ExitStrategyPercentageValues

Syntax

<Path>.ExitStrategyPercentageValues:array

The attribute ExitStrategyPercentageValues sets the contents of the internal exit list of the material flow object designated by <Path> for the Exit strategies Percentage and Random.

Data Type of the Value You Can Assign

You can assign a value of data type array.

Example

MyStation.ExitStrategy := "Percentage"
MyStation.ExitStrategyPercentageValues := [1,2,3]
MyStation.ExitStrategy := "Random"
MyStation.ExitStrategyPercentageValues := [2,1,3]

Related Topic

Data Held in Tabular Form in Attributes