
2-8 Objects
2-8
objects.
The individual members of a collection object can be accessed
by index number (like an array) or directly by name. Either
approach can be used through the Item property. Examining the
ProcessStream object shows a property called
TemperatureValue, which is of type Double. This is the desired
property.
The resulting syntax for the desired property is:
Figure 2.4
Figure 2.5
SimulationCase.Flowsheet.Streams.
Item(“Feed_Stream”).TemperatureValue
Komentáře k této Příručce