Click or drag to resize

PropertyPackageCurrentMaterialStream Property

Gets or sets the current material stream for this property package.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[XmlIgnoreAttribute]
[JsonIgnoreAttribute]
public IMaterialStream CurrentMaterialStream { get; set; }
Request Example View Source

Property Value

IMaterialStream

Return Value

IMaterialStream

Implements

IPropertyPackageCurrentMaterialStream
See Also