Material StreamSet Property Package Instance Method
Assigns a property package instance directly to this stream, bypassing the flowsheet lookup.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public override void SetPropertyPackageInstance(
IPropertyPackage PP
)VB
Public Overrides Sub SetPropertyPackageInstance (
PP As IPropertyPackage
)Parameters
- PP IPropertyPackage
- The property package instance to assign.