Unit Op Base ClassSet Property Package Instance Method
Assigns an externally supplied property package instance to this unit operation,
bypassing the flowsheet-level property package lookup.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.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 IPropertyPackage instance to assign.